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

Method isAlias

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

Source from the content-addressed store, hash-verified

180 return std::holds_alternative<std::unique_ptr<DefType>>(Decl);
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 }

Callers 1

validateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected