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

Function getEntryPath

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

Source from the content-addressed store, hash-verified

90}
91
92export function getEntryPath(dir: string): string {
93 ensureRegistryReady();
94 return getEntryPathForCanonicalDir(canonicalizeDir(dir));
95}
96
97function listEntryFiles(): string[] {
98 ensureRegistryReady();

Callers 2

readEntryFunction · 0.85
deleteEntryFunction · 0.85

Calls 3

ensureRegistryReadyFunction · 0.85
canonicalizeDirFunction · 0.85

Tested by

no test coverage detected