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

Function buildSamplePath

website/vite.config.ts:66–68  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

64}
65
66function buildSamplePath(id: string) {
67 return `/samples/${id}/`;
68}
69
70function buildPatternPath(slug: string) {
71 return `/patterns/${slug}/`;

Callers 1

buildRoutesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected