MCPcopy Create free account
hub / github.com/CreminiAI/skillpack / getEntryPathForCanonicalDir

Function getEntryPathForCanonicalDir

src/runtime/registry.ts:88–90  ·  view source on GitHub ↗
(dir: string)

Source from the content-addressed store, hash-verified

86}
87
88function getEntryPathForCanonicalDir(dir: string): string {
89 return path.join(REGISTRY_DIR, `${hashDir(dir)}.json`);
90}
91
92export function getEntryPath(dir: string): string {
93 ensureRegistryReady();

Callers 3

getEntryPathFunction · 0.85
writeEntryFileFunction · 0.85
writeRegistryFunction · 0.85

Calls 1

hashDirFunction · 0.85

Tested by

no test coverage detected