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

Method isFuncType

include/ast/component/type.h:515–517  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

513 return std::holds_alternative<DefValType>(Type);
514 }
515 bool isFuncType() const noexcept {
516 return std::holds_alternative<FuncType>(Type);
517 }
518 bool isComponentType() const noexcept {
519 return std::holds_alternative<ComponentType>(Type);
520 }

Callers 4

validateMethod · 0.80
validateCanonLiftMethod · 0.80
instantiateMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64