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

Function deleteTopic

src/renderer/src/services/messagesService.ts:261–263  ·  view source on GitHub ↗
(pageId: string, topicId: string)

Source from the content-addressed store, hash-verified

259 * 删除 Topic
260 */
261export async function deleteTopic(pageId: string, topicId: string): Promise<void> {
262 await stores.message.deleteTopic(pageId, topicId)
263}
264
265/**
266 * 切换 Topic 折叠状态

Callers

nothing calls this directly

Calls 1

deleteTopicMethod · 0.80

Tested by

no test coverage detected