MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / setStorageType

Method setStorageType

include/ast/type.h:159–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157 /// Getter and setter for storage type.
158 const ValType &getStorageType() const noexcept { return Type; }
159 void setStorageType(const ValType &VType) noexcept { Type = VType; }
160
161 /// Getter and setter for value mutation.
162 ValMut getValMut() const noexcept { return Mut; }

Callers 2

loadFieldTypeMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64