Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
166
func
(g *globalWatcher) stopWatching() {
167
close(g.stop)
168
for
_, w :=
range
g.watchers {
169
w.stop()
170
}
171
}
172
173
func
(g *globalWatcher) listenForFileEvents() {
174
timer := time.NewTimer(debounceDuration)
Callers
1
DrainWatcher
Function · 0.80
Calls
1
stop
Method · 0.80
Tested by
no test coverage detected