Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
59
func
(p *Progress) Start() {
60
go
p.worker.run()
61
}
62
63
// Shutdown shuts down progress display
64
func
(p *Progress) Shutdown() {
Callers
nothing calls this directly
Calls
1
run
Method · 0.65
Tested by
no test coverage detected