Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CopilotKit/CopilotKit
/ thread.test.ts
File
thread.test.ts
packages/bot/src/thread.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
{ Thread } from
"./thread.js"
;
3
import
type
{ ThreadDeps } from
"./thread.js"
;
4
import
{ MemoryStore } from
"./state/memory-store.js"
;
Callers
nothing calls this directly
Calls
6
makeTestThread
Function · 0.85
subscribe
Method · 0.65
isSubscribed
Method · 0.65
unsubscribe
Method · 0.65
setState
Method · 0.65
state
Method · 0.65
Tested by
no test coverage detected