Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
pub struct Block {
32
pub ops: Vec<Op>,
33
pub ctrl: Ctrl,
34
}
35
36
pub enum Op {
37
Const(G),
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected