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

Function getLanceDbPath

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

Source from the content-addressed store, hash-verified

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

Callers 6

updateMethod · 0.90
retrieveMethod · 0.90
getOrCreateLanceTableMethod · 0.90
clearIndexesMethod · 0.85

Calls 1

getIndexFolderPathFunction · 0.85

Tested by

no test coverage detected