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

Class Frame

crates/debugger/src/host/api.rs:156–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154/// Representation of a frame within a debuggee.
155#[derive(Clone)]
156pub struct Frame(FrameHandle);
157
158/// Representation of a Wasm exception object.
159#[derive(Clone)]

Callers 3

exit_framesMethod · 0.70
parent_frameMethod · 0.70
wasm.hhFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected