Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/experdot/pointer
/ removeRecord
Method
removeRecord
src/renderer/src/stores/interfaces/entities.ts:145–145 ·
view source on GitHub ↗
* 从数据库删除消息记录
(pageId: string)
Source
from the content-addressed store, hash-verified
143
* 从数据库删除消息记录
144
*/
145
removeRecord(pageId: string): Promise<void>
146
}
147
148
// ==================== Account Store ====================
Callers
5
getMessageStoreInterface
Function · 0.80
deletePage
Function · 0.80
deletePages
Function · 0.80
deleteFolder
Function · 0.80
clearFolder
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected