MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / isAsync

Method isAsync

include/ast/component/type.h:382–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380 }
381
382 bool isAsync() const noexcept { return IsAsync; }
383 void setAsync(bool A) noexcept { IsAsync = A; }
384
385private:

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36