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

Function getRegistryPath

src/runtime/registry.ts:53–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51let migrationChecked = false;
52
53export function getRegistryPath(): string {
54 ensureRegistryReady();
55 return REGISTRY_DIR;
56}
57
58// ---------------------------------------------------------------------------
59// Helpers

Callers

nothing calls this directly

Calls 1

ensureRegistryReadyFunction · 0.85

Tested by

no test coverage detected