Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/TanStack/ai
/ getStatus
Method
getStatus
packages/ai-client/src/chat-client.ts:1389–1391 ·
view source on GitHub ↗
* Get current status
()
Source
from the content-addressed store, hash-verified
1387
* Get current status
1388
*/
1389
getStatus(): ChatClientState {
1390
return
this.status
1391
}
1392
1393
/**
1394
* Get whether the subscription loop is active
Callers
5
video-generation-client.test.ts
File · 0.45
chat-fetcher.test.ts
File · 0.45
chat-client.test.ts
File · 0.45
generation-client.test.ts
File · 0.45
chat-client-client-tool-status.test.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected