MCPcopy 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

25export interface PathProvider {
26 /** 系统数据根目录(固定 ~/.chatlab/) */
27 getSystemDir(): string
28
29 /** 用户数据根目录(可配置) */
30 getUserDataDir(): string

Callers 9

registerSharedRoutesFunction · 0.65
registerNlpRoutesFunction · 0.65
registerAnalyticsRoutesFunction · 0.65
preferencesFunction · 0.65
snapshotPathProviderFunction · 0.65
cli.tsFile · 0.65
registerWebRoutesFunction · 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