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

Method resolveProcessing

packages/ai-client/src/chat-client.ts:595–598  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

593 }
594
595 private resolveProcessing(): void {
596 this.processingResolve?.()
597 this.processingResolve = null
598 }
599
600 private cancelInFlightStream(options?: {
601 setReadyStatus?: boolean

Callers 6

constructorMethod · 0.95
updateRunLifecycleMethod · 0.95
cancelInFlightStreamMethod · 0.95
startSubscriptionMethod · 0.95
waitForProcessingMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected