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

Method id

crates/wasmtime/src/runtime/store.rs:1528–1530  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1526#[doc(hidden)]
1527impl StoreOpaque {
1528 pub fn id(&self) -> StoreId {
1529 self.store_data.id()
1530 }
1531
1532 pub fn bump_resource_counts(&mut self, module: &Module) -> Result<()> {
1533 fn bump(slot: &mut usize, max: usize, amt: usize, desc: &str) -> Result<()> {

Callers 15

make_fiber_uncheckedFunction · 0.45
_from_rawMethod · 0.45
vm_func_refMethod · 0.45
comes_from_same_storeMethod · 0.45
to_funcMethod · 0.45
to_func_store_rootedMethod · 0.45
into_funcMethod · 0.45
debug_exportMethod · 0.45
exit_frameMethod · 0.45
is_valid_implMethod · 0.45
instanceMethod · 0.45
from_rawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected