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

Function currentAccountId

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

Source from the content-addressed store, hash-verified

158 return store.getState().accounts
159 },
160 get currentAccountId() {
161 return store.getState().currentAccountId
162 },
163 init: () => store.getState().init(),
164 reset: () => store.getState().reset(),
165 getById: (id) => store.getState().getById(id),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected