Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
67
func
(vl *Value) SetMod() {
68
vl.SetFlag(true, ValueMod)
69
}
70
71
// ClearMod clears modified flag
72
func
(vl *Value) ClearMod() {
Callers
9
CopyFromBytes
Method · 0.95
SetGoImage
Method · 0.95
ModMeshByIndex
Method · 0.45
ConfigSys
Method · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
Calls
1
SetFlag
Method · 0.95
Tested by
no test coverage detected