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

Method frame

crates/unwinder/src/stackwalk.rs:157–163  ·  view source on GitHub ↗

Get the frame that this cursor currently points at.

(&self)

Source from the content-addressed store, hash-verified

155
156 /// Get the frame that this cursor currently points at.
157 pub fn frame(&self) -> Frame {
158 assert!(!self.done());
159 Frame {
160 pc: self.pc,
161 fp: self.fp,
162 }
163 }
164
165 /// Returns whether the cursor is "done", i.e., no other frame is
166 /// available in this activation.

Callers 10

frame_iteratorFunction · 0.80
exit_frameMethod · 0.80
parentMethod · 0.80
frame_dataMethod · 0.80
raw_instanceMethod · 0.80
localMethod · 0.80
stackMethod · 0.80
_serializeMethod · 0.80
readMethod · 0.80
readyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected