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

Function writeEntry

src/runtime/registry.ts:221–223  ·  view source on GitHub ↗
(entry: RegistryEntry)

Source from the content-addressed store, hash-verified

219}
220
221export function writeEntry(entry: RegistryEntry): void {
222 writeEntryFile(entry);
223}
224
225export function deleteEntry(dir: string): void {
226 ensureRegistryReady();

Callers

nothing calls this directly

Calls 1

writeEntryFileFunction · 0.85

Tested by

no test coverage detected