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

Method is_async

crates/test-util/src/component_fuzz.rs:1712–1714  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1710
1711impl LiftAbi {
1712 fn is_async(self) -> bool {
1713 !matches!(self, Self::Sync)
1714 }
1715
1716 fn ensure_async(&mut self) {
1717 if !self.is_async() {

Callers 2

ensure_asyncMethod · 0.45
generateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected