(index)
| 274 | return ArrayPrototypeSome(ArrayFrom(this.indexes), (i) => !this.symlinks.has(i)); |
| 275 | } |
| 276 | at(index) { |
| 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 | } |
no outgoing calls