Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudfoundry/cli
/ NewProgressBar
Function
NewProgressBar
util/progressbar/progress_bar.go:16–20 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
}
15
16
func
NewProgressBar() *ProgressBar {
17
return
&ProgressBar{
18
ready: make(
chan
bool),
19
}
20
}
21
22
func
(p *ProgressBar) Complete() {
23
// Adding sleep to ensure UI has finished drawing
Callers
1
Setup
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected