HasError returns true if there is an error.
()
| 114 | |
| 115 | // HasError returns true if there is an error. |
| 116 | func (w *WorktreeSpinner) HasError() bool { |
| 117 | return w.errMsg != "" |
| 118 | } |
| 119 | |
| 120 | // IsDone returns true if all steps are complete. |
| 121 | func (w *WorktreeSpinner) IsDone() bool { |
no outgoing calls