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

Method setValType

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

Source from the content-addressed store, hash-verified

750 /// Getter and setter for value type.
751 const ValType &getValType() const noexcept { return Type; }
752 void setValType(const ValType &VType) noexcept { Type = VType; }
753
754 /// Getter and setter for value mutation.
755 ValMut getValMut() const noexcept { return Mut; }

Callers 7

loadInstructionMethod · 0.45
loadTypeMethod · 0.45
loadTypeMethod · 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