Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudfoundry/cli
/ NewProgressBar
Function
NewProgressBar
actor/v7action/progress_bar.go:22–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
}
21
22
func
NewProgressBar() *ProgressBar {
23
return
&ProgressBar{}
24
}
25
26
func
(p *ProgressBar) Initialize(path string) (io.Reader, int64, error) {
27
file, err := os.Open(path)
Callers
2
Setup
Method · 0.92
Setup
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected