Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChatLab/ChatLab
/ getDbDir
Function
getDbDir
apps/desktop/main/worker/core/dbCore.ts:77–79 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
75
* 获取数据库目录
76
*/
77
export
function
getDbDir(): string {
78
return
DB_DIR
79
}
80
81
export
function
getCacheDir(): string {
82
return
CACHE_DIR
Callers
4
initPerfLog
Function · 0.90
getDbPath
Function · 0.90
createDatabaseWithoutIndexes
Function · 0.90
getAllSessions
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected