MCPcopy Index your code
hub / github.com/mozilla/source-map / withBase

Function withBase

lib/util.js:201–203  ·  view source on GitHub ↗
(url, base)

Source from the content-addressed store, hash-verified

199}
200
201function withBase(url, base) {
202 return new URL(url, base).toString();
203}
204
205function buildUniqueSegment(prefix, str) {
206 let id = 0;

Callers 1

joinFunction · 0.85

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…