MCPcopy Index your code
hub / github.com/callstack/agent-device / renderBatchStepLine

Function renderBatchStepLine

src/commands/batch/output.ts:20–23  ·  view source on GitHub ↗
(result: BatchStepResult)

Source from the content-addressed store, hash-verified

18} as const satisfies Record<string, CliOutputFormatter>;
19
20function renderBatchStepLine(result: BatchStepResult): string {
21 const description = readCommandMessage(result.data) ?? result.command;
22 return `${result.step}. OK ${description} (${result.durationMs}ms)`;
23}

Callers 1

batchCliOutputFunction · 0.85

Calls 1

readCommandMessageFunction · 0.90

Tested by

no test coverage detected