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

Method start

src/renderer/src/services/streamingManager.ts:19–22  ·  view source on GitHub ↗
(pageId: string, messageId: string, aiService?: AIService)

Source from the content-addressed store, hash-verified

17 private rafId: number | null = null
18
19 start(pageId: string, messageId: string, aiService?: AIService): void {
20 this.dataMap.set(messageId, { pageId, messageId, content: '', aiService })
21 this.notify()
22 }
23
24 setAIService(messageId: string, aiService: AIService): void {
25 const data = this.dataMap.get(messageId)

Callers 1

useChatStreamingFunction · 0.80

Calls 1

notifyMethod · 0.95

Tested by

no test coverage detected