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

Method isFileUsedAsProject

src/utils/TaskManager.ts:1063–1068  ·  view source on GitHub ↗
(filePath: string)

Source from the content-addressed store, hash-verified

1061 }
1062
1063 isFileUsedAsProject(filePath: string): boolean {
1064 if (!this._dependencyCache) {
1065 return false;
1066 }
1067 return this._dependencyCache.isFileUsedAsProject(filePath);
1068 }
1069
1070 /**
1071 * Wait for Obsidian's metadata cache to have fresh data for a file.

Calls

no outgoing calls

Tested by

no test coverage detected