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

Method getValMut

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

Getter and setter for value mutation.

Source from the content-addressed store, hash-verified

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

Callers 10

addGlobalMethod · 0.45
checkInstrMethod · 0.45
instantiateMethod · 0.45
loadDescMethod · 0.45
serializeDescMethod · 0.45
serializeTypeMethod · 0.45
matchTypeMethod · 0.45
isRecTypeEqualMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected