MCPcopy
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
54func (t testWatcher) Events() chan watch.FileEvent {
55 return t.events
56}
57
58func (t testWatcher) Errors() chan error {
59 return t.errors

Callers 1

TestWatch_SyncFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected