()
| 196 | } |
| 197 | |
| 198 | func (c *commandRepositorySyncTo) beginSyncProgress() { |
| 199 | c.lastSyncProgress = "" |
| 200 | |
| 201 | c.nextSyncOutputTime.Reset() |
| 202 | } |
| 203 | |
| 204 | func (c *commandRepositorySyncTo) outputSyncProgress(s string) { |
| 205 | if !c.progress.Enabled() { |
no test coverage detected