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

Method id

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

Source from the content-addressed store, hash-verified

369 }
370
371 pub(crate) fn id(&self) -> StoreComponentInstanceId {
372 self.id
373 }
374
375 /// Implementation of the `resource.new` intrinsic for `i32`
376 /// representations.

Callers 15

typecheckMethod · 0.45
ty_Method · 0.45
ty_indexMethod · 0.45
lifted_core_funcMethod · 0.45
post_return_core_funcMethod · 0.45
abi_asyncMethod · 0.45
abi_infoMethod · 0.45
post_return_implMethod · 0.45
from_wasmtimeMethod · 0.45
_get_exportMethod · 0.45
get_export_indexMethod · 0.45
lookup_exportMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected