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

Method func_key

crates/environ/src/frame_table.rs:562–564  ·  view source on GitHub ↗

Get the FuncKey for the function that produced this frame slot.

(&self)

Source from the content-addressed store, hash-verified

560 /// Get the FuncKey for the function that produced this frame
561 /// slot.
562 pub fn func_key(&self) -> FuncKey {
563 self.func_key
564 }
565
566 /// Get the local offsets and types.
567 pub fn locals(&self) -> impl Iterator<Item = (FrameStateSlotOffset, FrameValType)> {

Callers 2

frame_tableMethod · 0.80
computeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected