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

Method isExportDecl

include/ast/component/declarator.h:183–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181 }
182 bool isAlias() const noexcept { return std::holds_alternative<Alias>(Decl); }
183 bool isExportDecl() const noexcept {
184 return std::holds_alternative<ExportDecl>(Decl);
185 }
186
187private:
188 std::variant<std::unique_ptr<CoreDefType>, std::unique_ptr<DefType>, Alias,

Callers 3

populateInstanceFromTypeFunction · 0.80
validateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected