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

Function includesCredentials

deps/undici/undici.js:5995–5997  ·  view source on GitHub ↗
(url)

Source from the content-addressed store, hash-verified

5993 }
5994 __name(hasAuthenticationEntry, "hasAuthenticationEntry");
5995 function includesCredentials(url) {
5996 return !!(url.username || url.password);
5997 }
5998 __name(includesCredentials, "includesCredentials");
5999 function isTraversableNavigable(navigable) {
6000 return navigable != null && navigable !== "client" && navigable !== "no-traversable";

Callers 1

httpNetworkOrCacheFetchFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected