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

Function buildSamplePath

website/src/lib/catalog.ts:53–55  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

51}
52
53export function buildSamplePath(id: string) {
54 return `/samples/${id}/`;
55}
56
57export function buildGithubCodeUrl(id: string) {
58 return `${REPO_TREE_BASE}/${sampleIdToPath(id)}`;

Callers 1

catalog.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected