Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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
236
export
function
getDevDataSqlitePath(): string {
237
return
path.join(getDevDataPath(),
"devdata.sqlite"
);
238
}
239
240
export
function
getDevDataFilePath(
241
eventName: DevEventName,
Callers
1
get
Method · 0.85
Calls
1
getDevDataPath
Function · 0.85
Tested by
no test coverage detected