MCPcopy Create free account
hub / github.com/anders-swanson/oracle-database-code-samples / readCatalogIndex

Function readCatalogIndex

website/vite.config.ts:50–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48const siteMetadata = readJson<SiteMetadata>(siteMetadataPath);
49
50function readCatalogIndex() {
51 return readJson<PackedCatalogIndex>(catalogIndexPath);
52}
53
54function readLanguagePages() {
55 return readJson<LandingPage[]>(languagePagesPath);

Callers 1

buildRoutesFunction · 0.85

Calls 1

readJsonFunction · 0.70

Tested by

no test coverage detected