MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / formatTickLine

Function formatTickLine

packages/cli/src/commands/cloud/render.ts:688–691  ·  view source on GitHub ↗
(detail: HyperframesRenderDetail, elapsedMs: number)

Source from the content-addressed store, hash-verified

686}
687
688function formatTickLine(detail: HyperframesRenderDetail, elapsedMs: number): string {
689 const status = colorStatus(detail.status);
690 return `${status} ${c.dim(formatDuration(elapsedMs))}`;
691}
692
693// ---------------------------------------------------------------------------
694// Terminal handlers

Callers 1

pollWithProgressFunction · 0.85

Calls 2

colorStatusFunction · 0.85
formatDurationFunction · 0.50

Tested by

no test coverage detected