MCPcopy
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
16func NewProgressBar() *ProgressBar {
17 return &ProgressBar{
18 ready: make(chan bool),
19 }
20}
21
22func (p *ProgressBar) Complete() {
23 // Adding sleep to ensure UI has finished drawing

Callers 1

SetupMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected