Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anders-swanson/oracle-database-code-samples
/ buildSamplePath
Function
buildSamplePath
website/src/lib/catalog.ts:53–55 ·
view source on GitHub ↗
(id: string)
Source
from the content-addressed store, hash-verified
51
}
52
53
export
function
buildSamplePath(id: string) {
54
return
`/samples/${id}/`;
55
}
56
57
export
function
buildGithubCodeUrl(id: string) {
58
return
`${REPO_TREE_BASE}/${sampleIdToPath(id)}`;
Callers
1
catalog.test.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected