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

Method updateTask

src/api/runtime-api.ts:1137–1137  ·  view source on GitHub ↗
(
		path: string,
		patch: TaskNotesTaskPatch,
		context?: TaskNotesMutationContext
	)

Source from the content-addressed store, hash-verified

1135 listTasks(query?: TaskNotesRuntimeTaskQuery): Promise<TaskInfo[]>;
1136 createTask(taskData: TaskCreationData, context?: TaskNotesMutationContext): Promise<TaskInfo>;
1137 updateTask(
1138 path: string,
1139 patch: TaskNotesTaskPatch,
1140 context?: TaskNotesMutationContext

Callers 15

handleSaveMethod · 0.65
startTimeTrackingForTaskFunction · 0.65
updateTaskMethod · 0.65
registerTaskToolsMethod · 0.65
handleEventDropMethod · 0.65
handleEventResizeMethod · 0.65
handleTimeEntryCreationFunction · 0.65
updateTaskMethod · 0.65
updateTaskMethod · 0.65
startTimeTrackingMethod · 0.65

Implementers 1

TaskNotesAPIsrc/api/TaskNotesAPI.ts

Calls

no outgoing calls

Tested by

no test coverage detected