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

Method getMax

include/ast/type.h:87–87  ·  view source on GitHub ↗

Getter and setter for max value.

Source from the content-addressed store, hash-verified

85
86 /// Getter and setter for max value.
87 uint64_t getMax() const noexcept { return Max; }
88 void setMax(uint64_t Val) noexcept { Max = Val; }
89
90private:

Callers 10

validateMethod · 0.80
matchLimitFunction · 0.80
instantiateMethod · 0.80
WasmEdge_LimitGetMaxFunction · 0.80
WasmEdge_LimitIsEqualFunction · 0.80
serializeLimitMethod · 0.80
growTableMethod · 0.80
growPageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected