Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ isImportDecl
Method
isImportDecl
include/ast/component/declarator.h:213–215 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
211
}
212
213
bool isImportDecl() const noexcept {
214
return std::holds_alternative<ImportDecl>(Decl);
215
}
216
bool isInstanceDecl() const noexcept {
217
return std::holds_alternative<InstanceDecl>(Decl);
218
}
Callers
1
validate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected