MCPcopy Index your code
hub / github.com/php/frankenphp / parseFilePatterns

Method parseFilePatterns

internal/watcher/watcher.go:156–164  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

154}
155
156func (g *globalWatcher) parseFilePatterns() error {
157 for _, w := range g.watchers {
158 if err := w.parse(); err != nil {
159 return err
160 }
161 }
162
163 return nil
164}
165
166func (g *globalWatcher) stopWatching() {
167 close(g.stop)

Callers 1

startWatchingMethod · 0.95

Calls 1

parseMethod · 0.45

Tested by

no test coverage detected