MCPcopy 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 */
77export function getDbDir(): string {
78 return DB_DIR
79}
80
81export function getCacheDir(): string {
82 return CACHE_DIR

Callers 4

initPerfLogFunction · 0.90
getDbPathFunction · 0.90
getAllSessionsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected