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

Function buildPatternPath

website/vite.config.ts:70–72  ·  view source on GitHub ↗
(slug: string)

Source from the content-addressed store, hash-verified

68}
69
70function buildPatternPath(slug: string) {
71 return `/patterns/${slug}/`;
72}
73
74function buildLanguagePath(slug: string) {
75 return `/languages/${slug}/`;

Callers 1

buildRoutesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected