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

Function createManager

packages/node-runtime/src/ai/__tests__/chats.test.ts:20–22  ·  view source on GitHub ↗
(dir: string)

Source from the content-addressed store, hash-verified

18}
19
20function createManager(dir: string): AIChatManager {
21 return sqliteNativeBinding ? new AIChatManager(dir, { nativeBinding: sqliteNativeBinding }) : new AIChatManager(dir)
22}
23
24function cleanup(dir: string): void {
25 try {

Callers 1

chats.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected