MCPcopy 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

getMessageStoreInterfaceFunction · 0.80
deletePageFunction · 0.80
deletePagesFunction · 0.80
deleteFolderFunction · 0.80
clearFolderFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected