Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
114
func
startConfigWatcher() {
115
watcher := wconfig.GetWatcher()
116
if
watcher != nil {
117
watcher.Start()
118
}
119
}
120
121
func
telemetryLoop() {
122
defer
func
() {
Callers
1
main
Function · 0.85
Calls
2
GetWatcher
Function · 0.92
Start
Method · 0.65
Tested by
no test coverage detected