Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CopilotKit/CopilotKit
/ getState
Function
getState
packages/core/src/threads.ts:1388–1390 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1386
);
1387
},
1388
getState(): ThreadState {
1389
return
store.getState();
1390
},
1391
getServerState(): ThreadState {
1392
return
initialThreadState;
1393
},
Callers
nothing calls this directly
Calls
1
getState
Method · 0.65
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…