MCPcopy Create free account
hub / github.com/continuedev/continue / getTabAutocompleteCacheSqlitePath

Function getTabAutocompleteCacheSqlitePath

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

Source from the content-addressed store, hash-verified

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

Callers 1

getMethod · 0.85

Calls 1

getIndexFolderPathFunction · 0.85

Tested by

no test coverage detected