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

Method getMin

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

Getter and setter for min value.

Source from the content-addressed store, hash-verified

81
82 /// Getter and setter for min value.
83 uint64_t getMin() const noexcept { return Min; }
84 void setMin(uint64_t Val) noexcept { Min = Val; }
85
86 /// Getter and setter for max value.

Callers 15

validateMethod · 0.80
matchLimitFunction · 0.80
instantiateMethod · 0.80
WasmEdge_LimitGetMinFunction · 0.80
WasmEdge_LimitIsEqualFunction · 0.80
serializeLimitMethod · 0.80
TableInstanceMethod · 0.80
getSizeMethod · 0.80
checkAccessBoundMethod · 0.80
growTableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected