Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
165
private:
166
/// \name Data of FieldType.
Callers
5
loadFieldType
Method · 0.45
loadType
Method · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
3
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36