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