MCPcopy
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
139func (d *naiveNotify) Close() error {
140 numberOfWatches.Add(-d.numWatches)
141 d.numWatches = 0
142 return d.watcher.Close()
143}
144
145func (d *naiveNotify) Events() chan FileEvent {
146 return d.wrappedEvents

Callers

nothing calls this directly

Calls 2

CloseMethod · 0.65
AddMethod · 0.45

Tested by

no test coverage detected