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

Method setIsCore

include/ast/component/sort.h:65–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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; }
68 void setCoreSortType(const CoreSortType T) noexcept { Type.CS = T; }

Callers 3

loadSortMethod · 0.80
loadCoreSortMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64