(indexes, symlinks = new SafeSet(), realpaths = this.realpaths)
| 277 | return ArrayPrototypeAt(this.#pattern, index); |
| 278 | } |
| 279 | child(indexes, symlinks = new SafeSet(), realpaths = this.realpaths) { |
| 280 | return new Pattern(this.#pattern, this.#globStrings, indexes, symlinks, realpaths); |
| 281 | } |
| 282 | test(index, path) { |
| 283 | if (index > this.#pattern.length) { |
| 284 | return false; |
no outgoing calls
no test coverage detected