Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getPageStoreInterface
Function · 0.80
getAccountStoreInterface
Function · 0.80
getFolderStoreInterface
Function · 0.80
deletePages
Function · 0.80
deleteFolder
Function · 0.80
clearFolder
Function · 0.80
deleteFolders
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected