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

Method setStatus

packages/ai-client/src/generation-client.ts:429–433  ·  view source on GitHub ↗
(status: GenerationClientState)

Source from the content-addressed store, hash-verified

427 }
428
429 private setStatus(status: GenerationClientState): void {
430 this.status = status
431 this.callbacksRef.onStatusChange?.(status)
432 this.devtoolsBridge.recordStatusChange(status)
433 }
434
435 private setProgress(value: number, message?: string): void {
436 this.progress = {

Callers 4

generateMethod · 0.95
processStreamMethod · 0.95
stopMethod · 0.95
resetMethod · 0.95

Calls 1

recordStatusChangeMethod · 0.45

Tested by

no test coverage detected