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

Function initAccountStores

src/renderer/src/services/accountService.ts:9–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7
8// 初始化账户级 stores (不包括工作区级 stores)
9async function initAccountStores(): Promise<void> {
10 const { settings, layout } = stores
11 await Promise.all([settings.init(), layout.init()])
12}
13
14// 重置账户级 stores
15function resetAccountStores(): void {

Callers 2

initializeAccountSystemFunction · 0.85
switchAccountFunction · 0.85

Calls 1

initMethod · 0.65

Tested by

no test coverage detected