Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ZenNotes/zennotes
/ currentWatcher
Method
currentWatcher
apps/server/internal/httpserver/server.go:73–77 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
71
}
72
73
func
(s *Server) currentWatcher() *watcher.Watcher {
74
s.mu.RLock()
75
defer
s.mu.RUnlock()
76
return
s.Watcher
77
}
78
79
func
(s *Server) currentConfig() config.Config {
80
s.mu.RLock()
Callers
1
watchWS
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected