Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChatLab/ChatLab
/ getSettingsDir
Method
getSettingsDir
packages/core/src/interfaces/path-provider.ts:42–42 ·
view source on GitHub ↗
设置目录,基于 systemDir
()
Source
from the content-addressed store, hash-verified
40
41
/** 设置目录,基于 systemDir */
42
getSettingsDir(): string
43
44
/** 缓存目录(存放可再生的派生数据),基于 systemDir */
45
getCacheDir(): string
Callers
2
snapshotPathProvider
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