(path: string)
| 139 | } |
| 140 | |
| 141 | function normalizeRelativePath(path: string): string { |
| 142 | return path.replace(/\\/g, "/"); |
| 143 | } |
| 144 | |
| 145 | function removeFileScopedCacheEntries(cache: EmbeddingCache, relativePath: string): void { |
| 146 | const definitionPrefix = `id:${relativePath}:`; |
no outgoing calls
no test coverage detected