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

Function getPhaseCapture

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

Source from the content-addressed store, hash-verified

49}
50
51export function getPhaseCapture(captureId: string): PhaseCapture {
52 return bucketFor(captureId)
53}
54
55export function recordPhase(captureId: string, phase: string): void {
56 bucketFor(captureId).phases.push(phase)

Callers 1

Calls 1

bucketForFunction · 0.70

Tested by

no test coverage detected