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

Function pathHasQueryOrFragment

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

Source from the content-addressed store, hash-verified

1642 }
1643 __name(isBlobLike, "isBlobLike");
1644 function pathHasQueryOrFragment(url) {
1645 return url.includes("?") || url.includes("#");
1646 }
1647 __name(pathHasQueryOrFragment, "pathHasQueryOrFragment");
1648 function serializePathWithQuery(url, queryParams) {
1649 if (pathHasQueryOrFragment(url)) {

Callers 1

serializePathWithQueryFunction · 0.70

Calls 1

includesMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…