(filePath: string)
| 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. |
no outgoing calls
no test coverage detected