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

Method getCachedTaskInfo

src/utils/TaskManager.ts:914–916  ·  view source on GitHub ↗

* Compatibility method - same as getTaskInfo

(path: string)

Source from the content-addressed store, hash-verified

912 * Compatibility method - same as getTaskInfo
913 */
914 async getCachedTaskInfo(path: string): Promise<TaskInfo | null> {
915 return this.getTaskInfo(path);
916 }
917
918 /**
919 * Synchronous task info getter (reads from metadataCache)

Callers 3

renderSubtasksListFunction · 0.45
renderResolvedDependencyFunction · 0.45
pathsToTaskInfosMethod · 0.45

Calls 1

getTaskInfoMethod · 0.95

Tested by

no test coverage detected