MCPcopy Create free account
hub / github.com/MiniCodeMonkey/chief / stopWatcher

Method stopWatcher

internal/tui/app.go:2323–2330  ·  view source on GitHub ↗

stopWatcher stops the file watchers.

()

Source from the content-addressed store, hash-verified

2321
2322// stopWatcher stops the file watchers.
2323func (a *App) stopWatcher() {
2324 if a.watcher != nil {
2325 a.watcher.Stop()
2326 }
2327 if a.progressWatcher != nil {
2328 a.progressWatcher.Stop()
2329 }
2330}

Callers 5

UpdateMethod · 0.95
tryQuitMethod · 0.95
handleQuitConfirmKeysMethod · 0.95
handlePickerKeysMethod · 0.95
switchToPRDMethod · 0.95

Calls 1

StopMethod · 0.45

Tested by

no test coverage detected