()
| 328 | } |
| 329 | |
| 330 | export function getLanceDbPath(): string { |
| 331 | return path.join(getIndexFolderPath(), "lancedb"); |
| 332 | } |
| 333 | |
| 334 | export function getTabAutocompleteCacheSqlitePath(): string { |
| 335 | return path.join(getIndexFolderPath(), "autocompleteCache.sqlite"); |
no test coverage detected