Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
65
func
Start() Estimator {
66
return
Estimator{startTime: time.Now()}
//nolint:forbidigo
67
}
Callers
13
StartShared
Method · 0.92
UploadStarted
Method · 0.92
runBenchmark
Method · 0.92
runBenchmark
Method · 0.92
runBenchmark
Method · 0.92
run
Method · 0.92
runSyncBlobs
Method · 0.92
recoverIndexesFromAllPacks
Method · 0.92
runBenchmark
Method · 0.92
run
Method · 0.92
runCompression
Method · 0.92
runDecompression
Method · 0.92
Calls
1
Now
Method · 0.80
Tested by
no test coverage detected