MCPcopy Create free account
hub / github.com/ChatLab/ChatLab / getContactsDir

Function getContactsDir

packages/node-runtime/src/services/contacts/paths.ts:6–8  ·  view source on GitHub ↗
(userDataDir: string)

Source from the content-addressed store, hash-verified

4export const CONTACTS_FACTS_DIR_NAME = 'facts'
5
6export function getContactsDir(userDataDir: string): string {
7 return path.join(userDataDir, CONTACTS_DIR_NAME)
8}
9
10export function getContactsFactsCacheDir(userDataDir: string): string {
11 return path.join(getContactsDir(userDataDir), CONTACTS_FACTS_DIR_NAME)

Callers 4

service.test.tsFile · 0.90
getContactsFactsCacheDirFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected