MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / ComponentType>

Method ComponentType>

include/loader/loader.h:159–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158template <>
159inline ASTNodeAttr NodeAttrFromAST<AST::Component::ComponentType>() noexcept {
160 return ASTNodeAttr::Comp_ComponentType;
161}
162template <>
163inline ASTNodeAttr NodeAttrFromAST<AST::Component::InstanceType>() noexcept {
164 return ASTNodeAttr::Comp_InstanceType;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected