MCPcopy
hub / github.com/kopia/kopia / Start

Function Start

internal/timetrack/estimator.go:65–67  ·  view source on GitHub ↗

Start returns an Estimator object.

()

Source from the content-addressed store, hash-verified

63
64// Start returns an Estimator object.
65func Start() Estimator {
66 return Estimator{startTime: time.Now()} //nolint:forbidigo
67}

Callers 13

StartSharedMethod · 0.92
UploadStartedMethod · 0.92
runBenchmarkMethod · 0.92
runBenchmarkMethod · 0.92
runBenchmarkMethod · 0.92
runMethod · 0.92
runSyncBlobsMethod · 0.92
runBenchmarkMethod · 0.92
runMethod · 0.92
runCompressionMethod · 0.92
runDecompressionMethod · 0.92

Calls 1

NowMethod · 0.80

Tested by

no test coverage detected