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

Method bcall

tangle/src/node.rs:744–746  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

742 }
743
744 pub fn bcall() -> NodeVariant::BrCall {
745 NodeVariant::BrCall
746 }
747
748 pub fn bif() -> NodeVariant::BrIf {
749 NodeVariant::BrIf

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected