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

Method deleteMany

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

* 批量删除实体

(ids: string[])

Source from the content-addressed store, hash-verified

76 * 批量删除实体
77 */
78 deleteMany(ids: string[]): Promise<void>
79}
80
81/**

Callers 7

getPageStoreInterfaceFunction · 0.80
getAccountStoreInterfaceFunction · 0.80
getFolderStoreInterfaceFunction · 0.80
deletePagesFunction · 0.80
deleteFolderFunction · 0.80
clearFolderFunction · 0.80
deleteFoldersFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected