MCPcopy 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

loadLimitMethod · 0.45
loadDeclMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 4

TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36