Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cloudfoundry/cli
/ Terminate
Method
Terminate
actor/v7action/progress_bar.go:44–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
42
}
43
44
func
(p *ProgressBar) Terminate() {
45
// Adding sleep to ensure UI has finished drawing
46
time.Sleep(time.Second)
47
p.bar.Finish()
48
}
Callers
nothing calls this directly
Calls
1
Finish
Method · 0.65
Tested by
no test coverage detected