MCPcopy Create free account
hub / github.com/docker/compose / Sync

Method Sync

pkg/compose/watch_test.go:193–196  ·  view source on GitHub ↗
(ctx context.Context, service string, paths []*sync.PathMapping)

Source from the content-addressed store, hash-verified

191}
192
193func (f *fakeSyncer) Sync(ctx context.Context, service string, paths []*sync.PathMapping) error {
194 f.synced <- paths
195 return nil
196}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected