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

Function getDocsSqlitePath

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

Source from the content-addressed store, hash-verified

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

Callers 1

getOrCreateSqliteDbMethod · 0.90

Calls 1

getIndexFolderPathFunction · 0.85

Tested by

no test coverage detected