MCPcopy Create free account
hub / github.com/anomalyco/opencode / render

Function render

packages/opencode/test/cli/run/scrollback.surface.test.ts:45–47  ·  view source on GitHub ↗
(commits: ClaimedCommit[])

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected