Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CreminiAI/skillpack
/ ensureRegistryReady
Function
ensureRegistryReady
src/runtime/registry.ts:194–197 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
192
}
193
194
function
ensureRegistryReady(): void {
195
ensureRegistryDir();
196
migrateLegacyRegistryIfNeeded();
197
}
198
199
function
entriesEqual(a: RegistryEntry, b: RegistryEntry): boolean {
200
return
(
Callers
7
getRegistryPath
Function · 0.85
getEntryPath
Function · 0.85
listEntryFiles
Function · 0.85
writeEntryFile
Function · 0.85
readEntry
Function · 0.85
deleteEntry
Function · 0.85
writeRegistry
Function · 0.85
Calls
2
ensureRegistryDir
Function · 0.85
migrateLegacyRegistryIfNeeded
Function · 0.85
Tested by
no test coverage detected