()
| 463 | } |
| 464 | |
| 465 | private createTreeOps() { |
| 466 | return { |
| 467 | lstat: this.lstat.bind(this), |
| 468 | readdirWithFileTypes: this.readdirWithFileTypes.bind(this), |
| 469 | resolvePath: this.resolvePath.bind(this) |
| 470 | }; |
| 471 | } |
| 472 | |
| 473 | private async collectArchiveEntries( |
| 474 | sources: string[] |
no outgoing calls
no test coverage detected