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

Method recordStatusChange

packages/ai-client/src/devtools.ts:1425–1428  ·  view source on GitHub ↗
(status: AIDevtoolsGenerationRunStatus)

Source from the content-addressed store, hash-verified

1423 }
1424
1425 recordStatusChange(status: AIDevtoolsGenerationRunStatus): void {
1426 this.updateActiveRun({ status })
1427 this.emitState()
1428 }
1429
1430 recordProgressChange(): void {
1431 this.updateActiveRun({ progress: this.getCoreState().progress })

Callers 2

setStatusMethod · 0.45
setStatusMethod · 0.45

Calls 2

updateActiveRunMethod · 0.95
emitStateMethod · 0.95

Tested by

no test coverage detected