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

Method add

packages/server/src/AbortControllerPool.ts:12–14  ·  view source on GitHub ↗

* Add to the pool * @param {string} id * @param {AbortController} abortController

(id: string, abortController: AbortController)

Source from the content-addressed store, hash-verified

10 * @param {AbortController} abortController
11 */
12 add(id: string, abortController: AbortController) {
13 this.abortControllers[id] = abortController
14 }
15
16 /**
17 * Remove from the pool

Callers 15

generateTextToSpeechFunction · 0.45
setupNodeDependenciesFunction · 0.45
findConditionParentFunction · 0.45
getAllConnectedNodesFunction · 0.45
buildFlowFunction · 0.45
calculateNodesDepthFunction · 0.45
getAllNodesInPathFunction · 0.45
addObserverMethod · 0.45
utilBuildChatflowFunction · 0.45
recordHttpRequestMethod · 0.45
incrementCounterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected