MCPcopy Index your code
hub / github.com/jackvale/rectg / siteUrl

Function siteUrl

web/build-data.js:87–89  ·  view source on GitHub ↗
(pathname = '/')

Source from the content-addressed store, hash-verified

85 }
86
87 function siteUrl(pathname = '/') {
88 return new URL(pathname, SITE_URL).href;
89 }
90
91 function categoryUrl(categoryId) {
92 return siteUrl(`/category/${encodeURIComponent(categoryId)}/`);

Callers 3

categoryUrlFunction · 0.85
itemUrlFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected