Functions

renderVerdictTable

Function: renderVerdictTable()

renderVerdictTable(rows): string

Defined in: src/core/runbook/verdicts.ts:109

Render the shown rows as one markdown table. Columns are the FIRST row's own keys in declaration order — the chart writes its rows, so the chart owns the column vocabulary; the bridge only renders it.

Parameters

rows

readonly VerdictRow[]

Returns

string

On this page