Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
loadLimit
Method · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
growTable
Method · 0.80
MemoryInstance
Method · 0.80
growPage
Method · 0.80
Calls
no outgoing calls
Tested by
3
TEST
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64