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

Method updateTopic

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

* 更新 Topic

(pageId: string, topicId: string, changes: Partial<Topic>)

Source from the content-addressed store, hash-verified

126 * 更新 Topic
127 */
128 updateTopic(pageId: string, topicId: string, changes: Partial<Topic>): Promise<void>
129
130 /**
131 * 删除 Topic

Callers 5

getMessageStoreInterfaceFunction · 0.80
updateTopicFunction · 0.80
toggleTopicCollapseFunction · 0.80
setTopicCollapsedFunction · 0.80
useChatTopicsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected