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

Method getTaskInfo

src/bootstrap/pluginServices.ts:13–13  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

11
12export interface TaskDataAccessor {
13 getTaskInfo(path: string): Promise<TaskInfo | null>;
14}
15
16export interface TaskPathAccessor {

Callers 15

saveRemindersMethod · 0.65
copySelectedTasksMethod · 0.65
batchUpdateTagsMethod · 0.65
batchUpdatePropertyMethod · 0.65
batchArchiveMethod · 0.65

Implementers 2

TaskManagersrc/utils/TaskManager.ts
ReadingModeTaskLinkProcessorsrc/editor/ReadingModeTaskLinkProcesso

Calls

no outgoing calls

Tested by 1

updateTaskButtonFromPathFunction · 0.52