Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
90
private:
Callers
10
validate
Method · 0.80
matchLimit
Function · 0.80
instantiate
Method · 0.80
WasmEdge_TableTypeGetLimit_Compat_016
Function · 0.80
WasmEdge_MemoryTypeGetLimit_Compat_016
Function · 0.80
WasmEdge_LimitGetMax
Function · 0.80
WasmEdge_LimitIsEqual
Function · 0.80
serializeLimit
Method · 0.80
growTable
Method · 0.80
growPage
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected