MCPcopy 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
63export function recordYieldedChunk(
64 captureId: string,
65 chunk: YieldedChunkSummary,
66): void {
67 bucketFor(captureId).yieldedChunks.push(chunk)
68}

Callers 1

teeForPhaseCaptureFunction · 0.90

Calls 2

bucketForFunction · 0.70
pushMethod · 0.45

Tested by

no test coverage detected