MCPcopy
hub / github.com/kopia/kopia / UploadStarted

Method UploadStarted

cli/cli_progress.go:232–244  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

230}
231
232func (p *cliProgress) UploadStarted() {
233 if p.shared {
234 // do nothing
235 return
236 }
237
238 *p = cliProgress{
239 uploadStartTime: timetrack.Start(),
240 progressFlags: p.progressFlags,
241 }
242
243 p.uploading.Store(true)
244}
245
246func (p *cliProgress) EstimatedDataSize(fileCount, totalBytes int64) {
247 if p.shared {

Callers

nothing calls this directly

Calls 2

StartFunction · 0.92
StoreMethod · 0.65

Tested by

no test coverage detected