Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
56
function
lines(prs: PR[]) {
57
return
prs.map((x) => `- #${x.number}: ${x.title}`).join(
"\n"
) ||
"(none)"
58
}
59
60
function
group(title: string) {
61
if
(process.env.GITHUB_ACTIONS !==
"true"
) {
Callers
2
fix
Function · 0.70
smoke
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected