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

Function hasAuthenticationEntry

deps/undici/undici.js:5991–5993  ·  view source on GitHub ↗
(request)

Source from the content-addressed store, hash-verified

5989 }
5990 __name(getDecodeSplit, "getDecodeSplit");
5991 function hasAuthenticationEntry(request) {
5992 return false;
5993 }
5994 __name(hasAuthenticationEntry, "hasAuthenticationEntry");
5995 function includesCredentials(url) {
5996 return !!(url.username || url.password);

Callers 1

httpNetworkOrCacheFetchFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…