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

Method setValMut

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

Source from the content-addressed store, hash-verified

161 /// Getter and setter for value mutation.
162 ValMut getValMut() const noexcept { return Mut; }
163 void setValMut(ValMut VMut) noexcept { Mut = VMut; }
164
165private:
166 /// \name Data of FieldType.

Callers 5

loadFieldTypeMethod · 0.45
loadTypeMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36