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

Function readRegistry

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

Source from the content-addressed store, hash-verified

231}
232
233export function readRegistry(): RegistryData {
234 return { packs: readAll() };
235}
236
237/**
238 * Compatibility helper for legacy callers that still expect a single write

Callers

nothing calls this directly

Calls 1

readAllFunction · 0.85

Tested by

no test coverage detected