Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/docker/compose
/ testWatcher
Struct
testWatcher
pkg/compose/watch_test.go:41–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
)
40
41
type
testWatcher
struct
{
42
events
chan
watch.FileEvent
43
errors
chan
error
44
}
45
46
func
(t testWatcher) Start() error {
47
return
nil
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected