MCPcopy Create free account
hub / github.com/driangle/taskmd / invalidateTaskCache

Method invalidateTaskCache

apps/vscode/src/completion.ts:223–225  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

221 private cachedTaskEntries: TaskEntry[] | null = null;
222
223 invalidateTaskCache(): void {
224 this.cachedTaskEntries = null;
225 }
226
227 private getTaskEntries(filePath: string): TaskEntry[] {
228 if (!this.cachedTaskEntries) {

Callers 1

activateFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected