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

Function getDefaultAccountId

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

Source from the content-addressed store, hash-verified

176}
177
178export function getDefaultAccountId(): string {
179 return DEFAULT_ACCOUNT_ID
180}
181
182export function createDefaultAccount(): Account {
183 return {

Callers 4

UserProfileCardFunction · 0.90
initializeAccountSystemFunction · 0.90
removeAccountFunction · 0.90
logoutFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected