MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / function

Method function

cranelift/interpreter/src/frame.rs:105–107  ·  view source on GitHub ↗

Accessor for the [`Function`] of this frame.

(&self)

Source from the content-addressed store, hash-verified

103
104 /// Accessor for the [`Function`] of this frame.
105 pub fn function(&self) -> &'a Function {
106 self.function
107 }
108}
109
110#[cfg(test)]

Callers 5

blockMethod · 0.45
get_functionMethod · 0.45
get_current_functionMethod · 0.45
push_frameMethod · 0.45
pop_frameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected