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

Function accounts

src/renderer/src/stores/accountStore.ts:157–159  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

155 return store.getState().initialized
156 },
157 get accounts() {
158 return store.getState().accounts
159 },
160 get currentAccountId() {
161 return store.getState().currentAccountId
162 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected