MCPcopy
hub / github.com/kopia/kopia / beginSyncProgress

Method beginSyncProgress

cli/command_repository_sync.go:198–202  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

196}
197
198func (c *commandRepositorySyncTo) beginSyncProgress() {
199 c.lastSyncProgress = ""
200
201 c.nextSyncOutputTime.Reset()
202}
203
204func (c *commandRepositorySyncTo) outputSyncProgress(s string) {
205 if !c.progress.Enabled() {

Callers 2

runSyncWithStorageMethod · 0.95
listDestinationBlobsMethod · 0.95

Calls 1

ResetMethod · 0.65

Tested by

no test coverage detected