MCPcopy Index your code
hub / github.com/abiosoft/ishell / Indeterminate

Method Indeterminate

progress.go:28–28  ·  view source on GitHub ↗

Indeterminate sets the progress bar type to indeterminate if true or determinate otherwise.

(bool)

Source from the content-addressed store, hash-verified

26 // Indeterminate sets the progress bar type
27 // to indeterminate if true or determinate otherwise.
28 Indeterminate(bool)
29 // Interval sets the time between transitions for indeterminate
30 // progress bar.
31 Interval(time.Duration)

Callers 2

copyShellProgressBarFunction · 0.65
mainFunction · 0.65

Implementers 1

progressBarImplprogress.go

Calls

no outgoing calls

Tested by

no test coverage detected