(file, reason)
| 118355 | return file; |
| 118356 | } |
| 118357 | function addFileIncludeReason(file, reason) { |
| 118358 | if (file) |
| 118359 | fileReasons.add(file.path, reason); |
| 118360 | } |
| 118361 | function addFileToFilesByName(file, path, redirectedPath) { |
| 118362 | if (redirectedPath) { |
| 118363 | filesByName.set(redirectedPath, file); |
no test coverage detected