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

Method update

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

Source from the content-addressed store, hash-verified

700 list(query?: TaskNotesRuntimeTaskQuery): Promise<TaskInfo[]>;
701 create(taskData: TaskCreationData, context?: TaskNotesMutationContext): Promise<TaskInfo>;
702 update(
703 path: string,
704 patch: TaskNotesTaskPatch,
705 context?: TaskNotesMutationContext

Callers 3

verifySignatureFunction · 0.65
hashFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected