MCPcopy Create free account
hub / github.com/callumalpass/tasknotes / deleteCache

Method deleteCache

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

Source from the content-addressed store, hash-verified

361 }
362
363 deleteCache(path: string): void {
364 this.cache.delete(path);
365 }
366
367 fileToLinktext(file: TFile, sourcePath: string, omitMdExtension: boolean = true): string {
368 // Simple implementation: return basename without extension if omitMdExtension is true

Calls 1

deleteMethod · 0.65

Tested by

no test coverage detected