MCPcopy Create free account
hub / github.com/jackvale/rectg / categoryPath

Function categoryPath

web/src/scripts/main.js:126–128  ·  view source on GitHub ↗
(categoryId)

Source from the content-addressed store, hash-verified

124}
125
126function categoryPath(categoryId) {
127 return `/category/${encodeURIComponent(categoryId)}/`;
128}
129
130function setHighlightedText(target, text, matchPositions) {
131 if (!target) return;

Callers 2

updateUrlFunction · 0.70
initRoutingFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected