MCPcopy
hub / github.com/TanStack/ai / getIsSubscribed

Method getIsSubscribed

packages/ai-client/src/chat-client.ts:1396–1398  ·  view source on GitHub ↗

* Get whether the subscription loop is active

()

Source from the content-addressed store, hash-verified

1394 * Get whether the subscription loop is active
1395 */
1396 getIsSubscribed(): boolean {
1397 return this.isSubscribed
1398 }
1399
1400 /**
1401 * Get current connection lifecycle status

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected