MCPcopy Create free account
hub / github.com/TanStack/ai / recordPhase

Function recordPhase

testing/e2e/src/lib/phase-capture.ts:55–57  ·  view source on GitHub ↗
(captureId: string, phase: string)

Source from the content-addressed store, hash-verified

53}
54
55export function recordPhase(captureId: string, phase: string): void {
56 bucketFor(captureId).phases.push(phase)
57}
58
59export function recordOnFinish(captureId: string): void {
60 bucketFor(captureId).onFinishCount += 1

Callers 1

onChunkFunction · 0.90

Calls 2

bucketForFunction · 0.70
pushMethod · 0.45

Tested by

no test coverage detected