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

Function requestCurrentURL

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

Source from the content-addressed store, hash-verified

5297 }
5298 __name(normalizeBinaryStringToUtf8, "normalizeBinaryStringToUtf8");
5299 function requestCurrentURL(request) {
5300 return request.urlList[request.urlList.length - 1];
5301 }
5302 __name(requestCurrentURL, "requestCurrentURL");
5303 function requestBadPort(request) {
5304 const url = requestCurrentURL(request);

Callers 8

requestBadPortFunction · 0.70
mainFetchFunction · 0.70
schemeFetchFunction · 0.70
httpRedirectFetchFunction · 0.70
httpNetworkOrCacheFetchFunction · 0.70
dispatchFunction · 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…