Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/anomalyco/opencode
/ type
Function
type
script/raw-changelog.ts:84–87 ·
view source on GitHub ↗
(message: string)
Source
from the content-addressed store, hash-verified
82
}
83
84
function
type
(message: string) {
85
if
(message.match(/fix/i))
return
"Bugfixes"
86
return
"Improvements"
87
}
88
89
function
reverted(commits: Commit[]) {
90
const
seen =
new
Map<string, Commit>()
Callers
1
format
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected