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

Method stack

crates/fiber/src/lib.rs:228–230  ·  view source on GitHub ↗

Gets the stack associated with this fiber.

(&self)

Source from the content-addressed store, hash-verified

226
227 /// Gets the stack associated with this fiber.
228 pub fn stack(&self) -> &FiberStack {
229 self.stack.as_ref().unwrap()
230 }
231
232 /// When this fiber has finished executing, reclaim its stack.
233 pub fn into_stack(mut self) -> FiberStack {

Callers 3

describe_stack_shapeMethod · 0.45
frame_stackMethod · 0.45
resumeMethod · 0.45

Calls 2

unwrapMethod · 0.45
as_refMethod · 0.45

Tested by

no test coverage detected