MCPcopy Index your code
hub / github.com/kopia/kopia / finishSyncProcess

Method finishSyncProcess

cli/command_repository_sync.go:223–229  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

221}
222
223func (c *commandRepositorySyncTo) finishSyncProcess() {
224 if !c.progress.Enabled() {
225 return
226 }
227
228 c.out.printStderr("\r%v\n", c.lastSyncProgress)
229}
230
231func (c *commandRepositorySyncTo) runSyncBlobs(ctx context.Context, src blob.Reader, dst blob.Storage, blobsToCopy, blobsToDelete []blob.Metadata, totalBytes int64) error {
232 eg, ctx := errgroup.WithContext(ctx)

Callers 2

runSyncWithStorageMethod · 0.95
listDestinationBlobsMethod · 0.95

Calls 2

printStderrMethod · 0.80
EnabledMethod · 0.65

Tested by

no test coverage detected