Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ setAsync
Method
setAsync
include/ast/component/type.h:383–383 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
381
382
bool isAsync() const noexcept { return IsAsync; }
383
void setAsync(bool A) noexcept { IsAsync = A; }
384
385
private:
386
std::vector<LabelValType> ParamList, ResultList;
Callers
2
loadType
Method · 0.45
loadCanonical
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected