MCPcopy Create free account
hub / github.com/explodingcamera/tinywasm / id

Method id

crates/tinywasm/src/instance.rs:178–180  ·  view source on GitHub ↗

Get the module instance's address

(&self)

Source from the content-addressed store, hash-verified

176
177 /// Get the module instance's address
178 pub fn id(&self) -> ModuleInstanceAddr {
179 self.0.idx
180 }
181
182 /// Instantiate the module in the given store
183 ///

Callers 11

from_untypedMethod · 0.45
fromMethod · 0.45
validate_storeMethod · 0.45
instantiate_no_startMethod · 0.45
exportsMethod · 0.45
extern_itemMethod · 0.45
func_untypedMethod · 0.45
func_by_indexMethod · 0.45
start_funcMethod · 0.45
validate_storeMethod · 0.45
newMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected