Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
58
function
normalizeMultilineText(value) {
59
return
String(value ??
""
).replace(/\r\n/g,
"\n"
);
60
}
61
62
function
stripNoResponse(value) {
63
if
(value === undefined) {
Callers
4
stripNoResponse
Function · 0.85
parseIssueFormSections
Function · 0.85
parseChecklist
Function · 0.85
parseExternalPluginIssueBody
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected