MCPcopy
hub / github.com/vercel/next.js / withBase

Function withBase

packages/next/src/compiled/source-map08/source-map.js:2565–2567  ·  view source on GitHub ↗
(url, base)

Source from the content-addressed store, hash-verified

2563}
2564
2565function withBase(url, base) {
2566 return new URL(url, base).toString();
2567}
2568
2569function buildUniqueSegment(prefix, str) {
2570 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…