Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ isExport
Method
isExport
include/ast/component/declarator.h:110–112 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
return std::holds_alternative<CoreAlias>(Decl);
109
}
110
bool isExport() const noexcept {
111
return std::holds_alternative<CoreExportDecl>(Decl);
112
}
113
114
private:
115
std::variant<CoreImportDecl, std::unique_ptr<CoreDefType>, CoreAlias,
Callers
1
validate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected