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

Function readPatternMappings

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

Source from the content-addressed store, hash-verified

56}
57
58function readPatternMappings() {
59 return readJson<PatternMappingData>(patternMappingsPath);
60}
61
62function readSampleDetail(id: string) {
63 return readJson<SampleDetail>(new URL(`${id}.json`, sampleDetailsRoot));

Callers 1

buildRoutesFunction · 0.85

Calls 1

readJsonFunction · 0.70

Tested by

no test coverage detected