MCPcopy
hub / github.com/wavetermdev/waveterm / GetFullConfig

Method GetFullConfig

pkg/wconfig/filewatcher.go:139–143  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

137}
138
139func (w *Watcher) GetFullConfig() FullConfigType {
140 w.mutex.Lock()
141 defer w.mutex.Unlock()
142 return w.fullConfig
143}
144
145func (w *Watcher) handleEvent(event fsnotify.Event) {
146 w.mutex.Lock()

Callers 15

GetFullConfigCommandMethod · 0.80
FindGitBashCommandMethod · 0.80
CheckGoVersionCommandMethod · 0.80
GetTsunamiScaffoldPathFunction · 0.80
ResolveGoFmtPathFunction · 0.80
ConnectToClientFunction · 0.80
getConnWshSettingsMethod · 0.80
getConnectionConfigMethod · 0.80
IsTelemetryEnabledFunction · 0.80
IsAutoUpdateEnabledFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected