Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anders-swanson/oracle-database-code-samples
/ buildPatternPath
Function
buildPatternPath
website/vite.config.ts:70–72 ·
view source on GitHub ↗
(slug: string)
Source
from the content-addressed store, hash-verified
68
}
69
70
function
buildPatternPath(slug: string) {
71
return
`/patterns/${slug}/`;
72
}
73
74
function
buildLanguagePath(slug: string) {
75
return
`/languages/${slug}/`;
Callers
1
buildRoutes
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected