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

Method reset

src/renderer/src/services/streamingManager.ts:65–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63 }
64
65 reset(): void {
66 this.dataMap.clear()
67 this.notify()
68 }
69
70 get(messageId: string): StreamingData | null {
71 return this.dataMap.get(messageId) ?? null

Callers

nothing calls this directly

Calls 2

notifyMethod · 0.95
clearMethod · 0.65

Tested by

no test coverage detected