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

Function database

src/renderer/src/persistence/registry.ts:53–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51 */
52export const persistence = {
53 get database() {
54 return getPersistenceRegistry().database
55 },
56 get accounts() {
57 return getPersistenceRegistry().accounts
58 },

Callers

nothing calls this directly

Calls 1

getPersistenceRegistryFunction · 0.85

Tested by

no test coverage detected