MCPcopy Create free account
hub / github.com/chc4/lineiform / BrEntry

Class BrEntry

tangle/src/node.rs:154–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152 }
153 #[derive(Debug)]
154 pub struct BrEntry; // "Block Entry"; header of a basic block, source of bb params
155 #[derive(Debug)]
156 pub struct BrCall; // "Block Call"; jump to a block entry, with arguments
157 #[derive(Debug)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected