Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/docker/compose
/ Start
Method
Start
pkg/watch/notify.go:40–40 ·
view source on GitHub ↗
Start watching the paths set at init time
()
Source
from the content-addressed store, hash-verified
38
type
Notify
interface
{
39
// Start watching the paths set at init time
40
Start() error
41
42
// Stop watching and close all channels
43
Close() error
Callers
3
Start
Method · 0.65
TestFseventNotifyCloseIdempotent
Function · 0.65
rebuildWatcher
Method · 0.65
Implementers
3
naiveNotify
pkg/watch/watcher_naive.go
fseventNotify
pkg/watch/watcher_darwin.go
testWatcher
pkg/compose/watch_test.go
Calls
no outgoing calls
Tested by
2
TestFseventNotifyCloseIdempotent
Function · 0.52
rebuildWatcher
Method · 0.52