MCPcopy 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
59export function recordOnFinish(captureId: string): void {
60 bucketFor(captureId).onFinishCount += 1
61}
62
63export function recordYieldedChunk(
64 captureId: string,

Callers 1

onFinishFunction · 0.90

Calls 1

bucketForFunction · 0.70

Tested by

no test coverage detected