MCPcopy
hub / github.com/FlowiseAI/Flowise / abort

Method abort

packages/server/src/AbortControllerPool.ts:38–44  ·  view source on GitHub ↗

* Abort * @param {string} id

(id: string)

Source from the content-addressed store, hash-verified

36 * @param {string} id
37 */
38 abort(id: string) {
39 const abortController = this.abortControllers[id]
40 if (abortController) {
41 abortController.abort()
42 this.remove(id)
43 }
44 }
45}

Callers 6

abortTextToSpeechFunction · 0.80
runMethod · 0.80
abortChatMessageFunction · 0.80
WebhookListenerDrawerFunction · 0.80
stopAllTTSFunction · 0.80
cleanupTTSStreamingFunction · 0.80

Calls 1

removeMethod · 0.95

Tested by

no test coverage detected