Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ setType
Method
setType
include/ast/type.h:80–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
return is32() ? AddressType::I32 : AddressType::I64;
79
}
80
void setType(LimitType TargetType) noexcept { Type = TargetType; }
81
82
/// Getter and setter for min value.
83
uint64_t getMin() const noexcept { return Min; }
Callers
6
loadLimit
Method · 0.45
loadDecl
Method · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
4
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36