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

Function updateTopic

src/renderer/src/services/messagesService.ts:250–256  ·  view source on GitHub ↗
(
  pageId: string,
  topicId: string,
  updates: Partial<Omit<Topic, 'id'>>
)

Source from the content-addressed store, hash-verified

248 * 更新 Topic
249 */
250export async function updateTopic(
251 pageId: string,
252 topicId: string,
253 updates: Partial<Omit<Topic, 'id'>>
254): Promise<void> {
255 await stores.message.updateTopic(pageId, topicId, updates)
256}
257
258/**
259 * 删除 Topic

Callers

nothing calls this directly

Calls 1

updateTopicMethod · 0.80

Tested by

no test coverage detected