MCPcopy Create free account
hub / github.com/experdot/pointer / initPersistenceRegistry

Function initPersistenceRegistry

src/renderer/src/persistence/registry.ts:28–30  ·  view source on GitHub ↗
(persistenceRegistry: IPersistenceRegistry)

Source from the content-addressed store, hash-verified

26 * Should be called once at application startup
27 */
28export function initPersistenceRegistry(persistenceRegistry: IPersistenceRegistry): void {
29 registry = persistenceRegistry
30}
31
32/**
33 * Reset persistence registry (for testing)

Callers 1

initPersistenceFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected