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

Method func_ref

crates/wasmtime/src/runtime/func.rs:2785–2787  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

2783 }
2784
2785 pub(crate) fn func_ref(&self) -> &VMFuncRef {
2786 unsafe { self.ctx.get().as_ref().func_ref() }
2787 }
2788
2789 pub(crate) fn asyncness(&self) -> Asyncness {
2790 self.asyncness

Callers 4

to_func_store_rootedMethod · 0.45
sig_indexMethod · 0.45
newMethod · 0.45
pre_instantiate_rawFunction · 0.45

Calls 2

as_refMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected