Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/docker/compose
/ Events
Method
Events
pkg/compose/watch_test.go:54–56 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
52
}
53
54
func
(t testWatcher) Events()
chan
watch.FileEvent {
55
return
t.events
56
}
57
58
func
(t testWatcher) Errors()
chan
error {
59
return
t.errors
Callers
1
TestWatch_Sync
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected