MCPcopy 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
73func (s *Server) currentWatcher() *watcher.Watcher {
74 s.mu.RLock()
75 defer s.mu.RUnlock()
76 return s.Watcher
77}
78
79func (s *Server) currentConfig() config.Config {
80 s.mu.RLock()

Callers 1

watchWSMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected