MCPcopy 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
108func (p *pattern) stop() {
109 p.watcher.Close()
110}
111
112func isValidEventType(effectType watcher.EffectType) bool {
113 return effectType <= watcher.EffectTypeDestroy

Callers 1

stopWatchingMethod · 0.80

Calls 1

CloseMethod · 0.80

Tested by

no test coverage detected