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

Method clearCacheEntry

src/utils/TaskManager.ts:1220–1223  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

1218 }
1219
1220 clearCacheEntry(path: string): void {
1221 this.pendingTaskInfoByPath.delete(path);
1222 this.removeFilterIndexEntry(path);
1223 }
1224
1225 updateTaskInfoInCache(path: string, taskInfo: TaskInfo): void {
1226 let filterIndexChanged = false;

Callers

nothing calls this directly

Calls 2

deleteMethod · 0.65

Tested by

no test coverage detected