Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/date-fns/date-fns
/ renderAuthor
Function
renderAuthor
pkgs/core/scripts/release/buildChangelog.ts:228–230 ·
view source on GitHub ↗
(author: Author)
Source
from the content-addressed store, hash-verified
226
}
227
228
function
renderAuthor(author: Author) {
229
return
`@${author.login}`;
230
}
231
232
function
renderItem(item: ChangelogItem) {
233
const
message = item.pr
Callers
1
renderAuthors
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected