Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/php/frankenphp
/ stop
Method
stop
internal/watcher/pattern.go:108–110 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
106
}
107
108
func
(p *pattern) stop() {
109
p.watcher.Close()
110
}
111
112
func
isValidEventType(effectType watcher.EffectType) bool {
113
return
effectType <= watcher.EffectTypeDestroy
Callers
1
stopWatching
Method · 0.80
Calls
1
Close
Method · 0.80
Tested by
no test coverage detected