()
| 288 | type simpleProgressDisplay struct{} |
| 289 | |
| 290 | func (s simpleProgressDisplay) Determinate() [101]string { |
| 291 | return ProgressDisplayCharSet(determinateCharSet).Determinate() |
| 292 | } |
| 293 | func (s simpleProgressDisplay) Indeterminate() []string { |
| 294 | return indeterminateCharSet |
| 295 | } |
nothing calls this directly
no test coverage detected