* Get all cached file paths
()
| 1452 | * Get all cached file paths |
| 1453 | */ |
| 1454 | async getCachedFilePaths(): Promise<string[]> { |
| 1455 | await this.initPromise; |
| 1456 | return Object.keys(this.files); |
| 1457 | } |
| 1458 | |
| 1459 | /** |
| 1460 | * Update metadata for nodes in a cached file |
nothing calls this directly
no outgoing calls
no test coverage detected