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

Method exit_frames

crates/debugger/src/host/opaque.rs:156–159  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

154 }
155
156 async fn exit_frames(&mut self) -> Result<Vec<FrameHandle>> {
157 self.with_store(|mut store| store.debug_exit_frames().collect::<Vec<_>>())
158 .await
159 }
160
161 async fn get_instance_module(&mut self, instance: Instance) -> Result<Module> {
162 self.with_store(move |store| instance.module(&store).clone())

Callers

nothing calls this directly

Calls 2

with_storeMethod · 0.80
debug_exit_framesMethod · 0.80

Tested by

no test coverage detected