MCPcopy Create free account
hub / github.com/php/frankenphp / stopWatching

Method stopWatching

internal/watcher/watcher.go:166–171  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

164}
165
166func (g *globalWatcher) stopWatching() {
167 close(g.stop)
168 for _, w := range g.watchers {
169 w.stop()
170 }
171}
172
173func (g *globalWatcher) listenForFileEvents() {
174 timer := time.NewTimer(debounceDuration)

Callers 1

DrainWatcherFunction · 0.80

Calls 1

stopMethod · 0.80

Tested by

no test coverage detected