MCPcopy 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
90private:
91 /// \name Data of Limit.

Callers 4

loadLimitMethod · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64