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

Class

src/renderer/src/services/streamingManager.ts:13–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11type Listener = () => void
12
13class StreamingManager {
14 // 支持多个并行 streaming,key 是 messageId
15 private dataMap = new Map<string, StreamingData>()
16 private listeners = new Set<Listener>()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected