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

Function requestCurrentURL

deps/undici/src/lib/web/fetch/util.js:87–89  ·  view source on GitHub ↗

@returns {URL}

(request)

Source from the content-addressed store, hash-verified

85
86/** @returns {URL} */
87function requestCurrentURL (request) {
88 return request.urlList[request.urlList.length - 1]
89}
90
91function requestBadPort (request) {
92 // 1. Let url be request’s current URL.

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