MCPcopy Index your code
hub / github.com/github/git-sizer / Start

Method Start

meter/meter.go:21–21  ·  view source on GitHub ↗
(format string)

Source from the content-addressed store, hash-verified

19// `Start()` again.
20type Progress interface {
21 Start(format string)
22 Inc()
23 Add(delta int64)
24 Done()

Callers 4

ScanRepositoryUsingGraphFunction · 0.65
NewObjectIterMethod · 0.65
NewBatchObjectIterMethod · 0.65
NewReferenceIterMethod · 0.65

Implementers 2

progressMetermeter/meter.go
noProgressMetermeter/meter.go

Calls

no outgoing calls

Tested by

no test coverage detected