* A `(path) => boolean` generated-file test over a BOUNDED candidate list, * unioning the index-time content-banner flag with the filename convention * (#1500). One query up front, O(1) per call after — built for use inside a * ranking comparator, where re-querying per comparison would be q
(filePaths: Iterable<string>)
| 1616 | * the filename check alone. |
| 1617 | */ |
| 1618 | generatedFilePredicate(filePaths: Iterable<string>): (filePath: string) => boolean { |
| 1619 | return this.queries.generatedPredicateFor(filePaths); |
| 1620 | } |
| 1621 | |
| 1622 | /** |
| 1623 | * A `(path) => boolean` ambient-declaration test over a BOUNDED candidate |
no test coverage detected