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

Method unwind_info

crates/cranelift/src/compiled_function.rs:194–196  ·  view source on GitHub ↗

Get a reference to the unwind information from the function's metadata.

(&self)

Source from the content-addressed store, hash-verified

192 /// Get a reference to the unwind information from the
193 /// function's metadata.
194 pub fn unwind_info(&self) -> Option<&UnwindInfo> {
195 self.metadata.unwind_info.as_ref()
196 }
197
198 /// Get a reference to the compiled function metadata.
199 pub fn metadata(&self) -> &CompiledFunctionMetadata {

Callers 3

finish_with_infoMethod · 0.45
append_funcMethod · 0.45
compile_functionMethod · 0.45

Calls 1

as_refMethod · 0.45

Tested by

no test coverage detected