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

Method isInstanceType

include/ast/component/type.h:521–523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

519 return std::holds_alternative<ComponentType>(Type);
520 }
521 bool isInstanceType() const noexcept {
522 return std::holds_alternative<InstanceType>(Type);
523 }
524 bool isResourceType() const noexcept {
525 return std::holds_alternative<ResourceType>(Type);
526 }

Callers 4

populateInstanceFromTypeFunction · 0.80
resolveChildInstanceTypeFunction · 0.80
validateMethod · 0.80
addTypeImplMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected