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