MCPcopy 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
84function type(message: string) {
85 if (message.match(/fix/i)) return "Bugfixes"
86 return "Improvements"
87}
88
89function reverted(commits: Commit[]) {
90 const seen = new Map<string, Commit>()

Callers 1

formatFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected