(path: string)
| 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; |
nothing calls this directly
no test coverage detected