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

Function urlResolve

lib/url.js:720–722  ·  view source on GitHub ↗
(source, relative)

Source from the content-addressed store, hash-verified

718};
719
720function urlResolve(source, relative) {
721 return urlParse(source, false, true).resolve(relative);
722}
723
724Url.prototype.resolve = function resolve(relative) {
725 return this.resolveObject(urlParse(relative, false, true)).format();

Callers

nothing calls this directly

Calls 2

urlParseFunction · 0.85
resolveMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…