Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/experdot/pointer
/ resetAccountStores
Function
resetAccountStores
src/renderer/src/services/accountService.ts:15–19 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
14
// 重置账户级 stores
15
function
resetAccountStores(): void {
16
const
{ settings, layout } = stores
17
settings.reset()
18
layout.reset()
19
}
20
21
// 初始化账户系统
22
export
async
function
initializeAccountSystem(): Promise<void> {
Callers
1
switchAccount
Function · 0.85
Calls
1
reset
Method · 0.65
Tested by
no test coverage detected