MCPcopy 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

assembleMethod · 0.80

Implementers 2

std.rssrc/vm/std.rs
core.rssrc/vm/core.rs

Calls 1

opMethod · 0.45

Tested by

no test coverage detected