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

Method getProgress

packages/ai-client/src/devtools.ts:1517–1519  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1515 }
1516
1517 protected getProgress(): AIDevtoolsGenerationProgress | null {
1518 return this.getCoreState().progress
1519 }
1520
1521 protected completeProgress(): AIDevtoolsGenerationProgress | null {
1522 const progress = this.getCoreState().progress

Callers 1

finishRunMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected