Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
register
Method · 0.45
type_index
Method · 0.45
type_index
Method · 0.45
type_index
Method · 0.45
create_tag
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected