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

Method startTimeTracking

src/main.ts:1297–1299  ·  view source on GitHub ↗

* Starts a time tracking session for a task

(task: TaskInfo, description?: string)

Source from the content-addressed store, hash-verified

1295 * Starts a time tracking session for a task
1296 */
1297 async startTimeTracking(task: TaskInfo, description?: string): Promise<TaskInfo> {
1298 return this.taskActionCoordinator.startTimeTracking(task, description);
1299 }
1300
1301 /**
1302 * Stops the active time tracking session for a task

Callers 3

testTimeTrackingStartMethod · 0.45
createPluginContextFunction · 0.45

Calls

no outgoing calls

Tested by 1

createPluginContextFunction · 0.36