Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/experdot/pointer
/ update
Method
update
src/renderer/src/stores/interfaces/base.ts:61–61 ·
view source on GitHub ↗
* 更新单个实体
(id: string, changes: Partial<T>)
Source
from the content-addressed store, hash-verified
59
* 更新单个实体
60
*/
61
update(id: string, changes: Partial<T>): Promise<void>
62
63
/**
64
* 批量更新实体
Callers
15
handleImport
Function · 0.65
getPageStoreInterface
Function · 0.65
getAccountStoreInterface
Function · 0.65
getWorkspaceStoreInterface
Function · 0.65
foldersStore.ts
File · 0.65
getFolderStoreInterface
Function · 0.65
messagesStore.ts
File · 0.65
getMessageStoreInterface
Function · 0.65
importConversations
Function · 0.65
updateAccount
Function · 0.65
updatePage
Function · 0.65
movePage
Function · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected