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

Method isType

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

Source from the content-addressed store, hash-verified

177 return std::holds_alternative<std::unique_ptr<CoreDefType>>(Decl);
178 }
179 bool isType() const noexcept {
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);

Callers 2

populateInstanceFromTypeFunction · 0.45
validateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected