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

Method Display

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

Display sets the display of the progress bar.

(ProgressDisplay)

Source from the content-addressed store, hash-verified

23type ProgressBar interface {
24 // Display sets the display of the progress bar.
25 Display(ProgressDisplay)
26 // Indeterminate sets the progress bar type
27 // to indeterminate if true or determinate otherwise.
28 Indeterminate(bool)

Callers 1

copyShellProgressBarFunction · 0.65

Implementers 1

progressBarImplprogress.go

Calls

no outgoing calls

Tested by

no test coverage detected