MCPcopy
hub / github.com/CopilotKit/CopilotKit / conversation-store.test.ts

File conversation-store.test.ts

packages/bot-whatsapp/src/conversation-store.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, it, expect } from "vitest";
2import { WhatsAppConversationStore } from "./conversation-store.js";
3import { InMemoryHistoryStore } from "./history-store.js";
4

Callers

nothing calls this directly

Calls 3

appendMethod · 0.65
getOrCreateMethod · 0.65
getMessagesMethod · 0.65

Tested by

no test coverage detected