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

Method frame_table

crates/wasmtime/src/runtime/code.rs:260–262  ·  view source on GitHub ↗
(&'a self)

Source from the content-addressed store, hash-verified

258 /// See [`CodeMemory::frame_table`].
259 #[cfg(feature = "debug")]
260 pub(crate) fn frame_table<'a>(&'a self) -> Option<wasmtime_environ::FrameTable<'a>> {
261 self.original_code.frame_table()
262 }
263}
264
265impl Drop for EngineCode {

Callers 6

decodeMethod · 0.45
computeMethod · 0.45
add_breakpointMethod · 0.45
remove_breakpointMethod · 0.45
apply_single_stepMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected