MCPcopy Index your code
hub / github.com/FlowiseAI/Flowise / remove

Method remove

packages/server/src/AbortControllerPool.ts:20–24  ·  view source on GitHub ↗

* Remove from the pool * @param {string} id

(id: string)

Source from the content-addressed store, hash-verified

18 * @param {string} id
19 */
20 remove(id: string) {
21 if (Object.prototype.hasOwnProperty.call(this.abortControllers, id)) {
22 delete this.abortControllers[id]
23 }
24 }
25
26 /**
27 * Get the abort controller

Callers 6

abortMethod · 0.95
generateTextToSpeechFunction · 0.80
utilBuildChatflowFunction · 0.80
downloadFileFunction · 0.80
downloadFileFunction · 0.80
downloadFileFunction · 0.80

Calls 1

callMethod · 0.45

Tested by

no test coverage detected