Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
{ describe, it, expect } from
"vitest"
;
2
import
{ WhatsAppConversationStore } from
"./conversation-store.js"
;
3
import
{ InMemoryHistoryStore } from
"./history-store.js"
;
4
Callers
nothing calls this directly
Calls
3
append
Method · 0.65
getOrCreate
Method · 0.65
getMessages
Method · 0.65
Tested by
no test coverage detected