MCPcopy
hub / github.com/lxn/walk / SetPersistent

Method SetPersistent

groupbox.go:150–152  ·  view source on GitHub ↗
(value bool)

Source from the content-addressed store, hash-verified

148}
149
150func (gb *GroupBox) SetPersistent(value bool) {
151 gb.composite.SetPersistent(value)
152}
153
154func (gb *GroupBox) SaveState() error {
155 return gb.composite.SaveState()

Callers

nothing calls this directly

Calls 1

SetPersistentMethod · 0.65

Tested by

no test coverage detected