Cancel marks the spinner as cancelled.
()
| 139 | |
| 140 | // Cancel marks the spinner as cancelled. |
| 141 | func (w *WorktreeSpinner) Cancel() { |
| 142 | w.cancelled = true |
| 143 | } |
| 144 | |
| 145 | // Tick advances the spinner animation frame. |
| 146 | func (w *WorktreeSpinner) Tick() { |
no outgoing calls