Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anders-swanson/oracle-database-code-samples
/ readSampleDetail
Function
readSampleDetail
website/vite.config.ts:62–64 ·
view source on GitHub ↗
(id: string)
Source
from the content-addressed store, hash-verified
60
}
61
62
function
readSampleDetail(id: string) {
63
return
readJson<SampleDetail>(
new
URL(`${id}.json`, sampleDetailsRoot));
64
}
65
66
function
buildSamplePath(id: string) {
67
return
`/samples/${id}/`;
Callers
1
buildRoutes
Function · 0.70
Calls
1
readJson
Function · 0.70
Tested by
no test coverage detected