Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anders-swanson/oracle-database-code-samples
/ findSampleById
Function
findSampleById
website/src/lib/catalog.ts:140–142 ·
view source on GitHub ↗
(id: string)
Source
from the content-addressed store, hash-verified
138
}
139
140
export
function
findSampleById(id: string) {
141
return
sampleById.get(id);
142
}
143
144
export
function
findLanguagePageBySlug(slug: string) {
145
return
languagePageBySlug.get(slug);
Callers
3
main.ts
File · 0.90
resolveRouteMetadata
Function · 0.90
hydrateSample
Function · 0.90
Calls
1
get
Method · 0.80
Tested by
no test coverage detected