MCPcopy Index your code
hub / github.com/devspace-sh/devspace / Stop

Method Stop

pkg/devspace/watch/watch.go:21–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19type Watcher interface {
20 Start()
21 Stop()
22 Update() ([]string, []string, error)
23}
24

Callers 15

startTerminalFunction · 0.65
StartAttachFunction · 0.65
startWithWaitMethod · 0.65
syncStopFunction · 0.65
TestWatcherFunction · 0.65
startUpstreamMethod · 0.65
StopMethod · 0.65
startPingMethod · 0.65
RemoveSymlinksMethod · 0.65
StopMethod · 0.65
TestInitialSyncFunction · 0.65
TestNormalSyncFunction · 0.65

Implementers 1

watcherpkg/devspace/watch/watch.go

Calls

no outgoing calls

Tested by 3

TestWatcherFunction · 0.52
TestInitialSyncFunction · 0.52
TestNormalSyncFunction · 0.52