Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/ai
/ recordOnFinish
Function
recordOnFinish
testing/e2e/src/lib/phase-capture.ts:59–61 ·
view source on GitHub ↗
(captureId: string)
Source
from the content-addressed store, hash-verified
57
}
58
59
export
function
recordOnFinish(captureId: string): void {
60
bucketFor(captureId).onFinishCount += 1
61
}
62
63
export
function
recordYieldedChunk(
64
captureId: string,
Callers
1
onFinish
Function · 0.90
Calls
1
bucketFor
Function · 0.70
Tested by
no test coverage detected