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

Method setSegSize

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

Source from the content-addressed store, hash-verified

103 /// Getter and setter for segment size.
104 uint32_t getSegSize() const noexcept { return SegSize; }
105 void setSegSize(uint32_t Size) noexcept { SegSize = Size; }
106
107 /// Getter for locals vector.
108 Span<const std::pair<uint32_t, ValType>> getLocals() const noexcept {

Callers 3

loadSegmentMethod · 0.80
TESTFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64