Skip to main content

decode

Function decode 

Source
pub fn decode(s: &str) -> Option<FnBytecode>
Expand description

Deserialize a body; None on ANY corruption — a corrupt entry is genuinely just a miss (the VM recompiles). Rejects: a missing/garbled checksum line, a checksum that does not match the payload (truncation / bit-flip), or non-deserializable JSON.