* A `(path) => boolean` ambient-declaration test over a BOUNDED candidate * list: true for a file that declares nothing but types, originates no call * edge, and that nothing in the index depends on — an ambient `.d.ts` of * global shims, vendored typings, module augmentation (CG-28). Struc
(filePaths: Iterable<string>)
| 1629 | * there, in particular why a `types.ts` the codebase imports is NOT flagged. |
| 1630 | */ |
| 1631 | ambientDeclarationFilePredicate(filePaths: Iterable<string>): (filePath: string) => boolean { |
| 1632 | return this.queries.ambientDeclarationPredicateFor(filePaths); |
| 1633 | } |
| 1634 | |
| 1635 | /** How many indexed files are flagged tool-generated. Reported by `status`. */ |
| 1636 | getGeneratedFileCount(): number { |
no test coverage detected