MCPcopy
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
22func NewProgressBar() *ProgressBar {
23 return &ProgressBar{}
24}
25
26func (p *ProgressBar) Initialize(path string) (io.Reader, int64, error) {
27 file, err := os.Open(path)

Callers 2

SetupMethod · 0.92
SetupMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected