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

Method Sync

internal/sync/shared.go:39–39  ·  internal/sync/shared.go::Syncer.Sync
(ctx context.Context, service string, paths []*PathMapping)

Source from the content-addressed store, hash-verified

37
38type Syncer interface {
39 Sync(ctx context.Context, service string, paths []*PathMapping) error
40}

Callers 2

handleWatchBatchMethod · 0.65
initialSyncMethod · 0.65

Implementers 2

fakeSyncerpkg/compose/watch_test.go
Tarinternal/sync/tar.go

Calls

no outgoing calls

Tested by

no test coverage detected