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

Function accounts

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

Source from the content-addressed store, hash-verified

54 return getPersistenceRegistry().database
55 },
56 get accounts() {
57 return getPersistenceRegistry().accounts
58 },
59 account(scope: Parameters<IPersistenceRegistry['account']>[0]) {
60 return getPersistenceRegistry().account(scope)
61 },

Callers

nothing calls this directly

Calls 1

getPersistenceRegistryFunction · 0.85

Tested by

no test coverage detected