* Get file cache - useful for testing with mocked metadataCache
(file: TFile)
| 411 | * Get file cache - useful for testing with mocked metadataCache |
| 412 | */ |
| 413 | protected getFileCache(file: TFile): unknown { |
| 414 | return this.app.metadataCache.getFileCache(file); |
| 415 | } |
| 416 | |
| 417 | /** |
| 418 | * Resolve a link to a file - useful for testing with mocked metadataCache |
nothing calls this directly
no test coverage detected