Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
385
private:
Callers
1
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.36