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

Method range

crates/wasmtime/src/runtime/vm/stack_switching/stack.rs:75–77  ·  view source on GitHub ↗

Returns the range of where this stack resides in memory if the platform supports it.

(&self)

Source from the content-addressed store, hash-verified

73 /// Returns the range of where this stack resides in memory if the platform
74 /// supports it.
75 pub fn range(&self) -> Option<Range<usize>> {
76 self.0.range()
77 }
78
79 /// Returns the instruction pointer stored in the Fiber's ControlContext.
80 pub fn control_context_instruction_pointer(&self) -> usize {

Callers 7

resume_fiberFunction · 0.45
assert_no_overlapFunction · 0.45
loaded_code_by_pcMethod · 0.45
store_codeMethod · 0.45
lookup_codeFunction · 0.45
dealloc_implMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected