Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
block
Method · 0.45
get_function
Method · 0.45
get_current_function
Method · 0.45
push_frame
Method · 0.45
pop_frame
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected