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

Function createAccount

src/renderer/src/services/accountService.ts:87–89  ·  view source on GitHub ↗
(name: string, avatar?: string)

Source from the content-addressed store, hash-verified

85
86// 创建新账户
87export async function createAccount(name: string, avatar?: string): Promise<Account> {
88 return stores.account.create({ name, avatar })
89}
90
91// 更新账户信息
92export async function updateAccount(

Callers 1

handleCreateAccountFunction · 0.90

Calls 1

createMethod · 0.80

Tested by

no test coverage detected