()
| 268 | this.indexes.has(this.last - 1) && this.at(-2) === lazyMinimatch().GLOBSTAR); |
| 269 | } |
| 270 | isFirst() { |
| 271 | return this.indexes.has(0); |
| 272 | } |
| 273 | get hasSeenSymlinks() { |
| 274 | return ArrayPrototypeSome(ArrayFrom(this.indexes), (i) => !this.symlinks.has(i)); |
| 275 | } |
no test coverage detected