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

Function getMetaPath

packages/node-runtime/src/data-dir-compat.ts:179–181  ·  view source on GitHub ↗
(userDataDir: string)

Source from the content-addressed store, hash-verified

177}
178
179function getMetaPath(userDataDir: string): string {
180 return path.join(userDataDir, '.chatlab-meta.json')
181}
182
183function validateDataDirCompatibilityMeta(
184 value: unknown,

Callers 3

assertDataDirCompatibleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected