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

Method setMode

include/ast/segment.h:136–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134 /// Getter and setter for data mode.
135 DataMode getMode() const noexcept { return Mode; }
136 void setMode(DataMode DMode) noexcept { Mode = DMode; }
137
138 /// Getter and setter for memory index.
139 uint32_t getIdx() const noexcept { return MemoryIdx; }

Callers 3

loadSegmentMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.36
TESTFunction · 0.36