Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ChatLab/ChatLab
/ getSystemDir
Method
getSystemDir
packages/core/src/interfaces/path-provider.ts:27–27 ·
view source on GitHub ↗
系统数据根目录(固定 ~/.chatlab/)
()
Source
from the content-addressed store, hash-verified
25
export
interface
PathProvider {
26
/** 系统数据根目录(固定 ~/.chatlab/) */
27
getSystemDir(): string
28
29
/** 用户数据根目录(可配置) */
30
getUserDataDir(): string
Callers
9
registerSharedRoutes
Function · 0.65
registerNlpRoutes
Function · 0.65
registerAnalyticsRoutes
Function · 0.65
preferences
Function · 0.65
registerPreferencesRoutes
Function · 0.65
snapshotPathProvider
Function · 0.65
cli.ts
File · 0.65
registerWebRoutes
Function · 0.65
initSync
Function · 0.65
Implementers
3
NodePathProvider
packages/node-runtime/src/node-path-pr
StaticPathProvider
packages/node-runtime/src/semantic-ind
ElectronPathProvider
apps/desktop/main/electron-path-provid
Calls
no outgoing calls
Tested by
no test coverage detected