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

Method index

crates/wasmtime/src/runtime/component/component.rs:930–932  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

928 }
929
930 pub(crate) fn index(&self) -> &Arc<CompiledFunctionsTable> {
931 &self.inner.index
932 }
933}
934
935/// A value which represents a known export of a component.

Callers 5

registerMethod · 0.45
type_indexMethod · 0.45
type_indexMethod · 0.45
type_indexMethod · 0.45
create_tagFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected