(commits: ClaimedCommit[])
| 43 | } |
| 44 | |
| 45 | function render(commits: ClaimedCommit[]) { |
| 46 | return commits.map(renderCommit).join("") |
| 47 | } |
| 48 | |
| 49 | function renderRows(commit: ClaimedCommit, width = 80) { |
| 50 | const raw = decoder.decode(commit.snapshot.getRealCharBytes(true)) |
no outgoing calls
no test coverage detected