Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ isCore
Method
isCore
include/ast/component/sort.h:64–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
};
63
64
bool isCore() const noexcept { return IsCore; }
65
void setIsCore(const bool C) noexcept { IsCore = C; }
66
67
CoreSortType getCoreSortType() const noexcept { return Type.CS; }
Callers
6
sortMatchesDescType
Function · 0.80
resolveChildInstanceType
Function · 0.80
validate
Method · 0.80
instantiate
Method · 0.80
instantiate
Method · 0.80
instantiate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected