MCPcopy 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
140export function findSampleById(id: string) {
141 return sampleById.get(id);
142}
143
144export function findLanguagePageBySlug(slug: string) {
145 return languagePageBySlug.get(slug);

Callers 3

main.tsFile · 0.90
resolveRouteMetadataFunction · 0.90
hydrateSampleFunction · 0.90

Calls 1

getMethod · 0.80

Tested by

no test coverage detected