MCPcopy Index your code
hub / github.com/aptly-dev/aptly / Start

Method Start

console/progress.go:59–61  ·  view source on GitHub ↗

Start makes progress start its work

()

Source from the content-addressed store, hash-verified

57
58// Start makes progress start its work
59func (p *Progress) Start() {
60 go p.worker.run()
61}
62
63// Shutdown shuts down progress display
64func (p *Progress) Shutdown() {

Callers

nothing calls this directly

Calls 1

runMethod · 0.65

Tested by

no test coverage detected