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

Method Determinate

progress.go:290–292  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

288type simpleProgressDisplay struct{}
289
290func (s simpleProgressDisplay) Determinate() [101]string {
291 return ProgressDisplayCharSet(determinateCharSet).Determinate()
292}
293func (s simpleProgressDisplay) Indeterminate() []string {
294 return indeterminateCharSet
295}

Callers

nothing calls this directly

Calls 2

ProgressDisplayCharSetTypeAlias · 0.85
DeterminateMethod · 0.65

Tested by

no test coverage detected