MCPcopy 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
10pub struct Function {
11 pub body: Block,
12 pub layout: FunctionLayout,
13 pub entry: bool,
14 pub constrained: bool,
15}
16
17#[derive(Clone, Copy)]
18pub struct FunctionLayout {

Callers 2

buildMethod · 0.85
aircircuitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected