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

Function lines

script/beta.ts:56–58  ·  view source on GitHub ↗
(prs: PR[])

Source from the content-addressed store, hash-verified

54}
55
56function lines(prs: PR[]) {
57 return prs.map((x) => `- #${x.number}: ${x.title}`).join("\n") || "(none)"
58}
59
60function group(title: string) {
61 if (process.env.GITHUB_ACTIONS !== "true") {

Callers 2

fixFunction · 0.70
smokeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected