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

Method done

crates/unwinder/src/stackwalk.rs:167–169  ·  view source on GitHub ↗

Returns whether the cursor is "done", i.e., no other frame is available in this activation.

(&self)

Source from the content-addressed store, hash-verified

165 /// Returns whether the cursor is "done", i.e., no other frame is
166 /// available in this activation.
167 pub fn done(&self) -> bool {
168 self.fp == self.trampoline_fp
169 }
170
171 /// Move to the next frame in this activation, if any.
172 ///

Callers 1

frame_iteratorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected