Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/experdot/pointer
/ addMessage
Method
addMessage
src/renderer/src/stores/interfaces/entities.ts:96–96 ·
view source on GitHub ↗
* 添加消息
(pageId: string, message: ChatMessage)
Source
from the content-addressed store, hash-verified
94
* 添加消息
95
*/
96
addMessage(pageId: string, message: ChatMessage): Promise<void>
97
98
/**
99
* 更新消息
Callers
3
getMessageStoreInterface
Function · 0.80
addMessage
Function · 0.80
useChatStreaming
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected