MCPcopy Create free account
hub / github.com/devspace-sh/devspace / Stop

Method Stop

pkg/devspace/watch/watch.go:96–100  ·  view source on GitHub ↗

Stop stopps the watcher

()

Source from the content-addressed store, hash-verified

94
95// Stop stopps the watcher
96func (w *watcher) Stop() {
97 w.closeOnce.Do(func() {
98 close(w.interrupt)
99 })
100}
101
102// Update updates the filemap and returns if there was a change
103func (w *watcher) Update() ([]string, []string, error) {

Callers

nothing calls this directly

Calls 1

closeFunction · 0.85

Tested by

no test coverage detected