MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / setComponentType

Method setComponentType

include/ast/component/type.h:494–496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

492 return *std::get_if<ComponentType>(&Type);
493 }
494 void setComponentType(ComponentType &&CT) noexcept {
495 Type.emplace<ComponentType>(std::move(CT));
496 }
497
498 const InstanceType &getInstanceType() const noexcept {
499 return *std::get_if<InstanceType>(&Type);

Callers 2

loadTypeMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64