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

Method setMin

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

Source from the content-addressed store, hash-verified

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.
87 uint64_t getMax() const noexcept { return Max; }

Callers 7

loadLimitMethod · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
growTableMethod · 0.80
MemoryInstanceMethod · 0.80
growPageMethod · 0.80

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64