MCPcopy Create free account
hub / github.com/Sin7Y/olavm / BinaryProgram

Class BinaryProgram

core/src/program/binary_program.rs:16–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14};
15
16#[derive(Debug, Clone, Serialize, Deserialize)]
17pub struct BinaryProgram {
18 pub bytecode: String,
19 pub prophets: Vec<OlaProphet>,
20 #[serde(skip)]
21 pub debug_info: Option<BTreeMap<usize, String>>,
22}
23
24impl BinaryProgram {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected