Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
292
export
function
getTopics(pageId: string): Topic[] {
293
return
stores.message.getTopics(pageId)
294
}
295
296
// ==================== Topic 分组计算 ====================
297
Callers
nothing calls this directly
Calls
1
getTopics
Method · 0.80
Tested by
no test coverage detected