Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/code-pushup/cli
/ slugToTitle
Function
slugToTitle
packages/plugin-coverage/src/lib/format.ts:15–17 ·
view source on GitHub ↗
(slug: string)
Source
from the content-addressed store, hash-verified
13
}
14
15
export
function
slugToTitle(slug: string): string {
16
return
capitalize(slug.split(
'-'
).join(
' '
));
17
}
Callers
1
logAuditOutputs
Function · 0.85
Calls
1
capitalize
Function · 0.90
Tested by
no test coverage detected