MCPcopy 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
95function removeDigits(message: string): string {
96 return message.replace(/\d+/g, '');
97}
98
99function positionsMatch(
100 prev: SourceFileIssue['source'],

Callers 1

issuesMatchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected