()
| 122 | } |
| 123 | |
| 124 | private indexFile(): string { |
| 125 | return path.join(this.cacheDir, "_index.json"); |
| 126 | } |
| 127 | |
| 128 | private async readIndex(): Promise<Record<string, string>> { |
| 129 | if (this.indexCache !== null) { |
no outgoing calls
no test coverage detected