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

Method Settings

application.go:76–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74}
75
76func (app *Application) Settings() Settings {
77 app.mutex.RLock()
78 defer app.mutex.RUnlock()
79 return app.settings
80}
81
82func (app *Application) SetSettings(value Settings) {
83 app.mutex.Lock()

Callers 4

ReadStateMethod · 0.80
WriteStateMethod · 0.80
ShowMethod · 0.80
closeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected