MCPcopy Create free account
hub / github.com/cogentcore/core / SetMod

Method SetMod

vgpu/vals.go:67–69  ·  view source on GitHub ↗

SetMod sets modified flag

()

Source from the content-addressed store, hash-verified

65
66// SetMod sets modified flag
67func (vl *Value) SetMod() {
68 vl.SetFlag(true, ValueMod)
69}
70
71// ClearMod clears modified flag
72func (vl *Value) ClearMod() {

Callers 9

CopyFromBytesMethod · 0.95
SetGoImageMethod · 0.95
ModMeshByIndexMethod · 0.45
ConfigSysMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls 1

SetFlagMethod · 0.95

Tested by

no test coverage detected