MCPcopy Index your code
hub / github.com/QwikDev/qwik / getCanonical

Function getCanonical

scripts/api-docs.ts:354–356  ·  view source on GitHub ↗
(hierarchy: string[])

Source from the content-addressed store, hash-verified

352}
353
354function getCanonical(hierarchy: string[]) {
355 return hierarchy.map((h) => getSafeFilenameForName(h)).join('-');
356}
357
358function getMdFile(subPkgName: string, hierarchy: string[]) {
359 let mdFile = '';

Callers 1

addMemberFunction · 0.85

Calls 2

getSafeFilenameForNameFunction · 0.85
joinMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…