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

Method setFuncType

include/ast/component/type.h:487–489  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

485 return *std::get_if<FuncType>(&Type);
486 }
487 void setFuncType(FuncType &&FT) noexcept {
488 Type.emplace<FuncType>(std::move(FT));
489 }
490
491 const ComponentType &getComponentType() const noexcept {
492 return *std::get_if<ComponentType>(&Type);

Callers 4

loadTypeMethod · 0.80
TESTFunction · 0.80
makeCompWithImportedFuncFunction · 0.80

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.64
makeCompWithImportedFuncFunction · 0.64