MCPcopy 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

handleImportFunction · 0.65
getPageStoreInterfaceFunction · 0.65
getAccountStoreInterfaceFunction · 0.65
foldersStore.tsFile · 0.65
getFolderStoreInterfaceFunction · 0.65
messagesStore.tsFile · 0.65
getMessageStoreInterfaceFunction · 0.65
importConversationsFunction · 0.65
updateAccountFunction · 0.65
updatePageFunction · 0.65
movePageFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected