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

Class BrIf

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

Source from the content-addressed store, hash-verified

156 pub struct BrCall; // "Block Call"; jump to a block entry, with arguments
157 #[derive(Debug)]
158 pub struct BrIf; // "Branch If"; jump to either the first or second block's entry, with arguments, depending on the switch value.
159 /// Tailcalls or jumps into native code are represented as Leave nodes.
160 /// These nodes should have:
161 /// 1) an input port for the address to jump to

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected