MCPcopy 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
385private:
386 std::vector<LabelValType> ParamList, ResultList;

Callers 2

loadTypeMethod · 0.45
loadCanonicalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected