Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ setMax
Method
setMax
include/ast/type.h:88–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
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:
91
/// \name Data of Limit.
Callers
4
loadLimit
Method · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
3
TEST
Function · 0.64
TEST
Function · 0.64
TEST
Function · 0.64