Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/code-pushup/cli
/ removeDigits
Function
removeDigits
packages/ci/src/lib/issues.ts:95–97 ·
view source on GitHub ↗
(message: string)
Source
from the content-addressed store, hash-verified
93
}
94
95
function
removeDigits(message: string): string {
96
return
message.replace(/\d+/g,
''
);
97
}
98
99
function
positionsMatch(
100
prev: SourceFileIssue[
'source'
],
Callers
1
issuesMatch
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected