MCPcopy Index your code
hub / github.com/ChatLab/ChatLab / getDataDir

Method getDataDir

src/services/cache/fetch.ts:13–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11 }
12
13 async getDataDir(): Promise<DataDirInfo> {
14 return get<DataDirInfo>('/cache/data-dir')
15 }
16
17 async setDataDir(
18 path: string | null,

Callers

nothing calls this directly

Calls 1

getFunction · 0.90

Tested by

no test coverage detected