MCPcopy Create free account
hub / github.com/argumentcomputer/ix / Block

Class Block

crates/aiur/src/bytecode.rs:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31pub struct Block {
32 pub ops: Vec<Op>,
33 pub ctrl: Ctrl,
34}
35
36pub enum Op {
37 Const(G),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected