MCPcopy
hub / github.com/di-sukharev/opencommit / requestCurrentURL

Function requestCurrentURL

out/cli.cjs:50486–50488  ·  view source on GitHub ↗
(request3)

Source from the content-addressed store, hash-verified

50484 if (location !== null && isValidHeaderValue(location)) {
50485 location = new URL(location, responseURL(response));
50486 }
50487 if (location && !location.hash) {
50488 location.hash = requestFragment;
50489 }
50490 return location;
50491 }

Callers 8

requestBadPortFunction · 0.85
mainFetchFunction · 0.85
schemeFetchFunction · 0.85
httpRedirectFetchFunction · 0.85
httpNetworkOrCacheFetchFunction · 0.85
dispatchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…