(thisFileStats)
| 903 | } |
| 904 | |
| 905 | #cacheHit(thisFileStats) { |
| 906 | if ( thisFileStats.folder || this.#skipCache || thisFileStats.hashString === null ) { |
| 907 | return false |
| 908 | } |
| 909 | |
| 910 | return this.#modCache.getMod(thisFileStats.hashString) |
| 911 | } |
| 912 | |
| 913 | #fileStats(collectKey, thisFile) { |
| 914 | const folderLoc = this.#map_CollectionToFolder[collectKey] |