MCPcopy Index your code
hub / github.com/continuedev/continue / getIndexSqlitePath

Function getIndexSqlitePath

core/util/paths.ts:326–328  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

324}
325
326export function getIndexSqlitePath(): string {
327 return path.join(getIndexFolderPath(), "index.sqlite");
328}
329
330export function getLanceDbPath(): string {
331 return path.join(getIndexFolderPath(), "lancedb");

Callers 4

clearIndexesMethod · 0.85
SqliteDbClass · 0.85
getMethod · 0.85

Calls 1

getIndexFolderPathFunction · 0.85

Tested by

no test coverage detected