MCPcopy Index your code
hub / github.com/TanStack/ai / resetPhaseCapture

Function resetPhaseCapture

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

Source from the content-addressed store, hash-verified

41}
42
43export function resetPhaseCapture(captureId: string): void {
44 captures.set(captureId, {
45 phases: [],
46 onFinishCount: 0,
47 yieldedChunks: [],
48 })
49}
50
51export function getPhaseCapture(captureId: string): PhaseCapture {
52 return bucketFor(captureId)

Callers 1

Calls 1

setMethod · 0.65

Tested by

no test coverage detected