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

Method updateMany

src/renderer/src/stores/interfaces/base.ts:66–66  ·  view source on GitHub ↗

* 批量更新实体

(updates: Array<{ id: string; changes: Partial<T> }>)

Source from the content-addressed store, hash-verified

64 * 批量更新实体
65 */
66 updateMany(updates: Array<{ id: string; changes: Partial<T> }>): Promise<void>
67
68 // ==================== 删除操作 ====================
69

Callers 5

getPageStoreInterfaceFunction · 0.80
getAccountStoreInterfaceFunction · 0.80
getFolderStoreInterfaceFunction · 0.80
prepareInsertPositionFunction · 0.80
deleteFoldersFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected