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

Method abi_async

crates/wasmtime/src/runtime/component/func.rs:384–389  ·  view source on GitHub ↗
(&self, store: &StoreOpaque)

Source from the content-addressed store, hash-verified

382 }
383
384 pub(crate) fn abi_async(&self, store: &StoreOpaque) -> bool {
385 let instance = self.instance.id().get(store);
386 let component = instance.component();
387 let (_ty, _def, options) = component.export_lifted_function(self.index);
388 component.env_component().options[options].async_
389 }
390
391 pub(crate) fn abi_info<'a>(
392 &self,

Callers 5

call_implMethod · 0.80
call_rawMethod · 0.80
call_implMethod · 0.80
prepare_call_dynamicMethod · 0.80
prepare_callMethod · 0.80

Calls 5

env_componentMethod · 0.80
getMethod · 0.45
idMethod · 0.45
componentMethod · 0.45

Tested by

no test coverage detected