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

Function getTopics

src/renderer/src/services/messagesService.ts:292–294  ·  view source on GitHub ↗
(pageId: string)

Source from the content-addressed store, hash-verified

290 * 获取页面的所有 Topics
291 */
292export function getTopics(pageId: string): Topic[] {
293 return stores.message.getTopics(pageId)
294}
295
296// ==================== Topic 分组计算 ====================
297

Callers

nothing calls this directly

Calls 1

getTopicsMethod · 0.80

Tested by

no test coverage detected