Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
19
type
Watcher
interface
{
20
Start()
21
Stop()
22
Update() ([]string, []string, error)
23
}
Callers
3
CallPluginExecutableInBackground
Function · 0.65
tryOpen
Function · 0.65
TestWatcher
Function · 0.65
Implementers
1
watcher
pkg/devspace/watch/watch.go
Calls
no outgoing calls
Tested by
1
TestWatcher
Function · 0.52