MCPcopy 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

sortMatchesDescTypeFunction · 0.80
resolveChildInstanceTypeFunction · 0.80
validateMethod · 0.80
instantiateMethod · 0.80
instantiateMethod · 0.80
instantiateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected