Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/ai
/ recordYieldedChunk
Function
recordYieldedChunk
testing/e2e/src/lib/phase-capture.ts:63–68 ·
view source on GitHub ↗
( captureId: string, chunk: YieldedChunkSummary, )
Source
from the content-addressed store, hash-verified
61
}
62
63
export
function
recordYieldedChunk(
64
captureId: string,
65
chunk: YieldedChunkSummary,
66
): void {
67
bucketFor(captureId).yieldedChunks.push(chunk)
68
}
Callers
1
teeForPhaseCapture
Function · 0.90
Calls
2
bucketFor
Function · 0.70
push
Method · 0.45
Tested by
no test coverage detected