Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
constructor
Method · 0.95
drainIgnoredRunlessChunk
Method · 0.95
updateRunLifecycle
Method · 0.95
cancelInFlightStream
Method · 0.95
startSubscription
Method · 0.95
waitForProcessing
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected