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

Method getSegSize

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

Getter and setter for segment size.

Source from the content-addressed store, hash-verified

102public:
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.

Callers 1

loadSegmentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected