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

Function account

src/renderer/src/persistence/registry.ts:59–61  ·  view source on GitHub ↗
(scope: Parameters<IPersistenceRegistry['account']>[0])

Source from the content-addressed store, hash-verified

57 return getPersistenceRegistry().accounts
58 },
59 account(scope: Parameters<IPersistenceRegistry['account']>[0]) {
60 return getPersistenceRegistry().account(scope)
61 },
62 workspace(scope: Parameters<IPersistenceRegistry['workspace']>[0]) {
63 return getPersistenceRegistry().workspace(scope)
64 },

Callers

nothing calls this directly

Calls 2

getPersistenceRegistryFunction · 0.85
accountMethod · 0.65

Tested by

no test coverage detected