Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argumentcomputer/ix
/ Function
Class
Function
crates/aiur/src/bytecode.rs:10–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
}
9
10
pub struct Function {
11
pub body: Block,
12
pub layout: FunctionLayout,
13
pub entry: bool,
14
pub constrained: bool,
15
}
16
17
#[derive(Clone, Copy)]
18
pub struct FunctionLayout {
Callers
2
build
Method · 0.85
aircircuit
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected