(rootPath: string)
| 252 | } |
| 253 | |
| 254 | function touchProject(rootPath: string): void { |
| 255 | projectAccessOrder.set(normalizeRootKey(rootPath), nextProjectAccessOrder++); |
| 256 | } |
| 257 | |
| 258 | function rememberProjectPath( |
| 259 | rootPath: string, |
no test coverage detected