Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/code-pushup/cli
/ truncateIssueMessage
Function
truncateIssueMessage
packages/utils/src/lib/formatting.ts:128–130 ·
view source on GitHub ↗
(text: string)
Source
from the content-addressed store, hash-verified
126
}
127
128
export
function
truncateIssueMessage(text: string): string {
129
return
truncateText(text, MAX_ISSUE_MESSAGE_LENGTH);
130
}
131
132
export
function
truncateMultilineText(
133
text: string,
Callers
3
getMessage
Function · 0.90
convertIssue
Function · 0.90
toIssue
Function · 0.90
Calls
1
truncateText
Function · 0.85
Tested by
no test coverage detected