Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/docker/compose
/ Close
Method
Close
pkg/watch/watcher_naive.go:139–143 · pkg/watch/watcher_naive.go::naiveNotify.Close
()
Source
from the content-addressed store, hash-verified
137
}
138
139
func
(d *naiveNotify) Close() error {
140
numberOfWatches.Add(-d.numWatches)
141
d.numWatches = 0
142
return
d.watcher.Close()
143
}
144
145
func
(d *naiveNotify) Events()
chan
FileEvent {
146
return
d.wrappedEvents
Callers
nothing calls this directly
Calls
2
Close
Method · 0.65
Add
Method · 0.45
Tested by
no test coverage detected