| 286 | ) |
| 287 | |
| 288 | type simpleProgressDisplay struct{} |
| 289 | |
| 290 | func (s simpleProgressDisplay) Determinate() [101]string { |
| 291 | return ProgressDisplayCharSet(determinateCharSet).Determinate() |
nothing calls this directly
no outgoing calls
no test coverage detected