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

Function readEntry

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

Source from the content-addressed store, hash-verified

214// ---------------------------------------------------------------------------
215
216export function readEntry(dir: string): RegistryEntry | null {
217 ensureRegistryReady();
218 return readEntryFile(getEntryPath(dir));
219}
220
221export function writeEntry(entry: RegistryEntry): void {
222 writeEntryFile(entry);

Callers 1

deregisterFunction · 0.85

Calls 3

ensureRegistryReadyFunction · 0.85
readEntryFileFunction · 0.85
getEntryPathFunction · 0.85

Tested by

no test coverage detected