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

Method get

src/api/runtime-api.ts:699–699  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

697
698export interface TaskNotesRuntimeTasksApi {
699 get(path: string): Promise<Nullable<TaskInfo>>;
700 list(query?: TaskNotesRuntimeTaskQuery): Promise<TaskInfo[]>;
701 create(taskData: TaskCreationData, context?: TaskNotesMutationContext): Promise<TaskInfo>;
702 update(

Callers 15

test-webhook.jsFile · 0.65
buildBlockingUpdatesFunction · 0.65
getOrderedModalGroupsFunction · 0.65
updateListMethod · 0.65
restoreStateMethod · 0.65
executeMethod · 0.65
getPrefetchedDataMethod · 0.65
handleCalendarTaskClickFunction · 0.65
endTimerMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected