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

Function getDecodeSplit

deps/undici/undici.js:5983–5989  ·  view source on GitHub ↗
(name, list)

Source from the content-addressed store, hash-verified

5981 }
5982 __name(gettingDecodingSplitting, "gettingDecodingSplitting");
5983 function getDecodeSplit(name, list) {
5984 const value = list.get(name, true);
5985 if (value === null) {
5986 return null;
5987 }
5988 return gettingDecodingSplitting(value);
5989 }
5990 __name(getDecodeSplit, "getDecodeSplit");
5991 function hasAuthenticationEntry(request) {
5992 return false;

Callers 2

extractMimeTypeFunction · 0.70
processResponseFunction · 0.70

Calls 2

gettingDecodingSplittingFunction · 0.70
getMethod · 0.65

Tested by

no test coverage detected