printCurrentStatus 打印当前状态信息(保持兼容性)
()
| 239 | |
| 240 | // printCurrentStatus 打印当前状态信息(保持兼容性) |
| 241 | func (rp *ResultProcessor) printCurrentStatus() { |
| 242 | rp.displayFullScreen() |
| 243 | } |
| 244 | |
| 245 | // printProgress 打印进度信息 |
| 246 | func (rp *ResultProcessor) printProgress() { |
nothing calls this directly
no test coverage detected