()
| 332 | } |
| 333 | |
| 334 | export function getTabAutocompleteCacheSqlitePath(): string { |
| 335 | return path.join(getIndexFolderPath(), "autocompleteCache.sqlite"); |
| 336 | } |
| 337 | |
| 338 | export function getDocsSqlitePath(): string { |
| 339 | return path.join(getIndexFolderPath(), "docs.sqlite"); |
no test coverage detected