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

Method getTaskByPath

src/utils/TaskManager.ts:907–909  ·  view source on GitHub ↗

* Compatibility method - same as getTaskInfo

(path: string)

Source from the content-addressed store, hash-verified

905 * Compatibility method - same as getTaskInfo
906 */
907 async getTaskByPath(path: string): Promise<TaskInfo | null> {
908 return this.getTaskInfo(path);
909 }
910
911 /**
912 * Compatibility method - same as getTaskInfo

Callers 2

processItemMethod · 0.45

Calls 1

getTaskInfoMethod · 0.95

Tested by

no test coverage detected