Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
2565
function
withBase(url, base) {
2566
return
new
URL(url, base).toString();
2567
}
2568
2569
function
buildUniqueSegment(prefix, str) {
2570
let
id = 0;
Callers
1
join
Function · 0.85
Calls
1
toString
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…