MCPcopy Create free account
hub / github.com/diillson/chatcli / StopWatcher

Method StopWatcher

cli/cli_watcher.go:81–88  ·  view source on GitHub ↗

StopWatcher stops the running K8s watcher if any.

()

Source from the content-addressed store, hash-verified

79
80// StopWatcher stops the running K8s watcher if any.
81func (cli *ChatCLI) StopWatcher() {
82 if cli.watcherCancel != nil {
83 cli.watcherCancel()
84 cli.watcherCancel = nil
85 }
86 cli.WatcherContextFunc = nil
87 cli.SetWatching(false, nil)
88}

Callers 1

Calls 1

SetWatchingMethod · 0.95

Tested by

no test coverage detected