MCPcopy 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
128export function truncateIssueMessage(text: string): string {
129 return truncateText(text, MAX_ISSUE_MESSAGE_LENGTH);
130}
131
132export function truncateMultilineText(
133 text: string,

Callers 3

getMessageFunction · 0.90
convertIssueFunction · 0.90
toIssueFunction · 0.90

Calls 1

truncateTextFunction · 0.85

Tested by

no test coverage detected