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

Method isComponentType

include/ast/component/type.h:518–520  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

516 return std::holds_alternative<FuncType>(Type);
517 }
518 bool isComponentType() const noexcept {
519 return std::holds_alternative<ComponentType>(Type);
520 }
521 bool isInstanceType() const noexcept {
522 return std::holds_alternative<InstanceType>(Type);
523 }

Callers 1

validateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected