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

Method getFileCache

tests/__mocks__/obsidian.ts:349–351  ·  view source on GitHub ↗
(file: TFile)

Source from the content-addressed store, hash-verified

347 private emitter = new EventEmitter();
348
349 getFileCache(file: TFile): any {
350 return this.cache.get(file.path) || null;
351 }
352
353 getCache(path: string): any {
354 return this.cache.get(path) || null;

Callers 15

refreshTaskDataMethod · 0.80
getProjectSuggestionsMethod · 0.80
getItemsMethod · 0.80
getItemTextMethod · 0.80
renderSuggestionMethod · 0.80
getFileCacheFunction · 0.80
readTaskEditFrontmatterFunction · 0.80
runMethod · 0.80
getSearchTextMethod · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected