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

Interface IAccountRepository

src/renderer/src/persistence/interfaces/accounts.ts:13–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11 * Extends base repository with account-specific operations
12 */
13export interface IAccountRepository extends IRepository<Account> {
14 /**
15 * Get the currently active account ID
16 */
17 getCurrentAccountId(): Promise<string | null>
18
19 /**
20 * Set the currently active account ID
21 */
22 setCurrentAccountId(id: string | null): Promise<void>
23}

Callers 1

accountStore.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected