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

Method stopStreaming

src/main/aiHandler.ts:337–343  ·  view source on GitHub ↗
(requestId: string)

Source from the content-addressed store, hash-verified

335 }
336
337 public async stopStreaming(requestId: string): Promise<void> {
338 const abortController = this.abortControllers.get(requestId)
339 if (abortController) {
340 abortController.abort()
341 this.abortControllers.delete(requestId)
342 }
343 }
344
345 public async testConnection(config: LLMConfig): Promise<{ success: boolean; error?: string }> {
346 try {

Callers 1

setupAIHandlersFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected