MCPcopy 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

snapshotPathProviderFunction · 0.65
initSyncFunction · 0.65

Implementers 3

NodePathProviderpackages/node-runtime/src/node-path-pr
StaticPathProviderpackages/node-runtime/src/semantic-ind
ElectronPathProviderapps/desktop/main/electron-path-provid

Calls

no outgoing calls

Tested by

no test coverage detected