MCPcopy 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

loadTypeMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64