MCPcopy Index your code
hub / github.com/TanStack/ai / getIsLoading

Method getIsLoading

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

* Get loading state

()

Source from the content-addressed store, hash-verified

1380 * Get loading state
1381 */
1382 getIsLoading(): boolean {
1383 return this.isLoading
1384 }
1385
1386 /**
1387 * Get current status

Calls

no outgoing calls

Tested by

no test coverage detected