Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/FlowiseAI/Flowise
/ getConnection
Method
getConnection
packages/server/src/queue/QueueManager.ts:87–89 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
85
}
86
87
public getConnection() {
88
return
this.connection
89
}
90
91
public getQueue(name: QUEUE_TYPE): BaseQueue {
92
const
queue = this.queues.get(name)
Callers
1
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected