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

Method abort

src/renderer/src/services/streamingManager.ts:46–49  ·  view source on GitHub ↗
(messageId: string)

Source from the content-addressed store, hash-verified

44 }
45
46 abort(messageId: string): void {
47 this.dataMap.delete(messageId)
48 this.notify()
49 }
50
51 async stop(messageId: string): Promise<StreamingData | null> {
52 const data = this.dataMap.get(messageId)

Callers 2

useGlobalSearchFunction · 0.80
stopStreamingMethod · 0.80

Calls 2

notifyMethod · 0.95
deleteMethod · 0.65

Tested by

no test coverage detected