Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/experdot/pointer
/ createDefaultAccount
Function
createDefaultAccount
src/renderer/src/stores/accountStore.ts:182–188 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
180
}
181
182
export
function
createDefaultAccount(): Account {
183
return
{
184
id: DEFAULT_ACCOUNT_ID,
185
name:
'默认账户'
,
186
createdAt: Date.now()
187
}
188
}
Callers
1
initializeAccountSystem
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected