MCPcopy
hub / github.com/kopia/kopia / StartShared

Method StartShared

cli/cli_progress.go:217–225  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

215}
216
217func (p *cliProgress) StartShared() {
218 *p = cliProgress{
219 uploadStartTime: timetrack.Start(),
220 shared: true,
221 progressFlags: p.progressFlags,
222 }
223
224 p.uploading.Store(true)
225}
226
227func (p *cliProgress) FinishShared() {
228 p.uploadFinished.Store(true)

Callers 1

runMethod · 0.80

Calls 2

StartFunction · 0.92
StoreMethod · 0.65

Tested by

no test coverage detected