MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / startConfigWatcher

Function startConfigWatcher

cmd/server/main-server.go:114–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112}
113
114func startConfigWatcher() {
115 watcher := wconfig.GetWatcher()
116 if watcher != nil {
117 watcher.Start()
118 }
119}
120
121func telemetryLoop() {
122 defer func() {

Callers 1

mainFunction · 0.85

Calls 2

GetWatcherFunction · 0.92
StartMethod · 0.65

Tested by

no test coverage detected