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

Method deleteTopic

src/renderer/src/stores/interfaces/entities.ts:133–133  ·  view source on GitHub ↗

* 删除 Topic

(pageId: string, topicId: string)

Source from the content-addressed store, hash-verified

131 * 删除 Topic
132 */
133 deleteTopic(pageId: string, topicId: string): Promise<void>
134
135 /**
136 * 获取 Topics

Callers 3

getMessageStoreInterfaceFunction · 0.80
deleteTopicFunction · 0.80
useChatTopicsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected