MCPcopy
hub / github.com/docker/compose / fakeSyncer

Struct fakeSyncer

pkg/compose/watch_test.go:183–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183type fakeSyncer struct {
184 synced chan []*sync.PathMapping
185}
186
187func newFakeSyncer() *fakeSyncer {
188 return &fakeSyncer{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected