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

Method ComponentSection>

include/loader/loader.h:106–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105template <>
106inline ASTNodeAttr
107NodeAttrFromAST<AST::Component::ComponentSection>() noexcept {
108 return ASTNodeAttr::Comp_Sec_Component;
109}
110template <>
111inline ASTNodeAttr NodeAttrFromAST<AST::Component::InstanceSection>() noexcept {
112 return ASTNodeAttr::Comp_Sec_Instance;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected