Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/jackvale/rectg
/ categoryUrl
Function
categoryUrl
web/build-data.js:91–93 ·
view source on GitHub ↗
(categoryId)
Source
from the content-addressed store, hash-verified
89
}
90
91
function
categoryUrl(categoryId) {
92
return
siteUrl(`/category/${encodeURIComponent(categoryId)}/`);
93
}
94
95
function
itemUrl(itemId) {
96
return
siteUrl(`/p/${encodeURIComponent(itemId)}/`);
Callers
1
main
Function · 0.85
Calls
1
siteUrl
Function · 0.85
Tested by
no test coverage detected