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

Method resumePomodoro

src/api/TaskNotesAPI.ts:2465–2470  ·  view source on GitHub ↗
(context?: TaskNotesMutationContext)

Source from the content-addressed store, hash-verified

2463 }
2464
2465 private async resumePomodoro(context?: TaskNotesMutationContext): Promise<PomodoroState> {
2466 await this.withMutationContext([], context, () =>
2467 this.plugin.pomodoroService.resumePomodoro()
2468 );
2469 return this.copyPomodoroState(this.plugin.pomodoroService.getState());
2470 }
2471
2472 private async assignPomodoroTask(
2473 path: string | null,

Callers 4

TaskNotesAPIClass · 0.95
handlerFunction · 0.45
renderMethod · 0.45

Calls 3

withMutationContextMethod · 0.95
copyPomodoroStateMethod · 0.95
getStateMethod · 0.45

Tested by

no test coverage detected