MCPcopy Create free account
hub / github.com/KDAB/codebrowser / absoluteUrl

Function absoluteUrl

data/codebrowser.js:273–277  ·  view source on GitHub ↗
(relative)

Source from the content-addressed store, hash-verified

271 }
272
273 function absoluteUrl(relative) {
274 var a = document.createElement('a');
275 a.href = relative;
276 return a.href;
277 }
278
279 function computeRelativeUrlTo(source, dest) {
280 var src_splitted = source.split("/");

Callers 1

computeTooltipContentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected