MCPcopy Index your code
hub / github.com/nodejs/node / parsingError

Function parsingError

deps/undici/undici.js:6636–6638  ·  view source on GitHub ↗
(cause)

Source from the content-addressed store, hash-verified

6634 }
6635 __name(bufferStartsWith, "bufferStartsWith");
6636 function parsingError(cause) {
6637 return new TypeError("Failed to parse body as FormData.", { cause: new TypeError(cause) });
6638 }
6639 __name(parsingError, "parsingError");
6640 function isCTL(char) {
6641 return char <= 31 || char === 127;

Callers 3

multipartFormDataParserFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected