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

Function getVectorDir

apps/desktop/main/paths.ts:358–360  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

356}
357
358export function getVectorDir(): string {
359 return path.join(getUserDataDir(), 'vector')
360}
361
362export function getAiDataDir(): string {
363 return path.join(getSystemDataDir(), 'ai')

Callers 2

getVectorDirMethod · 0.90
ensureAppDirsFunction · 0.85

Calls 1

getUserDataDirFunction · 0.85

Tested by

no test coverage detected