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

Function getDevDataSqlitePath

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

Source from the content-addressed store, hash-verified

234}
235
236export function getDevDataSqlitePath(): string {
237 return path.join(getDevDataPath(), "devdata.sqlite");
238}
239
240export function getDevDataFilePath(
241 eventName: DevEventName,

Callers 1

getMethod · 0.85

Calls 1

getDevDataPathFunction · 0.85

Tested by

no test coverage detected