MCPcopy
hub / github.com/callumalpass/tasknotes / startTimeEntry

Method startTimeEntry

src/api/TaskNotesAPI.ts:2088–2090  ·  view source on GitHub ↗
(path: string, context?: TaskNotesMutationContext)

Source from the content-addressed store, hash-verified

2086 }
2087
2088 async startTimeEntry(path: string, context?: TaskNotesMutationContext): Promise<void> {
2089 await this.startTime(path, undefined, context);
2090 }
2091
2092 async stopTimeEntry(path: string, context?: TaskNotesMutationContext): Promise<void> {
2093 await this.stopTime(path, context);

Callers

nothing calls this directly

Calls 1

startTimeMethod · 0.95

Tested by

no test coverage detected