MCPcopy Create free account
hub / github.com/github/awesome-copilot / normalizeMultilineText

Function normalizeMultilineText

eng/external-plugin-intake.mjs:58–60  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

56});
57
58function normalizeMultilineText(value) {
59 return String(value ?? "").replace(/\r\n/g, "\n");
60}
61
62function stripNoResponse(value) {
63 if (value === undefined) {

Callers 4

stripNoResponseFunction · 0.85
parseIssueFormSectionsFunction · 0.85
parseChecklistFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected