(state: PomodoroState)
| 2504 | } |
| 2505 | |
| 2506 | private copyPomodoroState(state: PomodoroState): PomodoroState { |
| 2507 | return JSON.parse(JSON.stringify(state)) as PomodoroState; |
| 2508 | } |
| 2509 | |
| 2510 | private async toggleRecurringComplete( |
| 2511 | path: string, |
no test coverage detected