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

Method CodeSection>

include/loader/loader.h:68–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 return ASTNodeAttr::Sec_Element;
67}
68template <> inline ASTNodeAttr NodeAttrFromAST<AST::CodeSection>() noexcept {
69 return ASTNodeAttr::Sec_Code;
70}
71template <> inline ASTNodeAttr NodeAttrFromAST<AST::DataSection>() noexcept {
72 return ASTNodeAttr::Sec_Data;
73}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected