Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adam-mcdaniel/sage
/ begin_function
Method
begin_function
src/vm/mod.rs:177–179 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
175
}
176
177
fn begin_function(&mut self) {
178
self.op(CoreOp::Function)
179
}
180
181
fn end(&mut self) {
182
self.op(CoreOp::End)
Callers
1
assemble
Method · 0.80
Implementers
2
std.rs
src/vm/std.rs
core.rs
src/vm/core.rs
Calls
1
op
Method · 0.45
Tested by
no test coverage detected