MCPcopy Index your code
hub / github.com/callumalpass/tasknotes / getCache

Method getCache

tests/__mocks__/obsidian.ts:353–355  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

351 }
352
353 getCache(path: string): any {
354 return this.cache.get(path) || null;
355 }
356
357 setCache(path: string, metadata: any): void {
358 this.cache.set(path, metadata);

Callers 6

getResolvedFileTitleFunction · 0.80
buildProjectIndexMethod · 0.80
resolveDisplayTextFunction · 0.80
getFrontmatterValueFunction · 0.80
taskHasDetailsFunction · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected