Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ setTuple
Method
setTuple
include/ast/component/type.h:232–232 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
230
return *std::get_if<TupleTy>(&Type);
231
}
232
void setTuple(TupleTy &&Ty) noexcept { Type.emplace<TupleTy>(std::move(Ty)); }
233
234
const FlagsTy &getFlags() const noexcept {
235
return *std::get_if<FlagsTy>(&Type);
Callers
2
loadType
Method · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64