MCPcopy Create free account
hub / github.com/callumalpass/tasknotes / copyPomodoroState

Method copyPomodoroState

src/api/TaskNotesAPI.ts:2506–2508  ·  view source on GitHub ↗
(state: PomodoroState)

Source from the content-addressed store, hash-verified

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,

Callers 6

TaskNotesAPIClass · 0.95
startPomodoroMethod · 0.95
stopPomodoroMethod · 0.95
pausePomodoroMethod · 0.95
resumePomodoroMethod · 0.95
assignPomodoroTaskMethod · 0.95

Calls 1

parseMethod · 0.80

Tested by

no test coverage detected