()
| 336 | } |
| 337 | |
| 338 | export function getDocsSqlitePath(): string { |
| 339 | return path.join(getIndexFolderPath(), "docs.sqlite"); |
| 340 | } |
| 341 | |
| 342 | export function getRemoteConfigsFolderPath(): string { |
| 343 | const dir = path.join(getContinueGlobalPath(), ".configs"); |
no test coverage detected