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

Method Start

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

Source from the content-addressed store, hash-verified

18// Watcher watches a folder
19type Watcher interface {
20 Start()
21 Stop()
22 Update() ([]string, []string, error)
23}

Callers 3

tryOpenFunction · 0.65
TestWatcherFunction · 0.65

Implementers 1

watcherpkg/devspace/watch/watch.go

Calls

no outgoing calls

Tested by 1

TestWatcherFunction · 0.52