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

Method all

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

Source from the content-addressed store, hash-verified

792 dependencies(path: string): Promise<ResolvedTaskDependency[]>;
793 blocking(path: string): Promise<TaskInfo[]>;
794 all(path: string): Promise<TaskNotesTaskRelationships>;
795}
796
797export interface TaskNotesRuntimeTimeApi {

Callers 15

copyToDestinationFunction · 0.80
loadUnscheduledTasksMethod · 0.80
refreshStatsMethod · 0.80
refreshAllMethod · 0.80
pathsToTaskInfosMethod · 0.80
processInParallelMethod · 0.80
handleKanbanCardActionFunction · 0.80
getTaskRelationshipsMethod · 0.80

Calls

no outgoing calls

Tested by 1

fetchAllInParallelFunction · 0.64