MCPcopy
hub / github.com/deepstreamIO/deepstream.io / connect

Function connect

test-e2e/framework/client.ts:15–19  ·  view source on GitHub ↗
(clientExpression: string, server: string)

Source from the content-addressed store, hash-verified

13 },
14
15 connect (clientExpression: string, server: string) {
16 clientHandler.getClientNames(clientExpression).forEach((clientName) => {
17 clientHandler.createClient(clientName, server)
18 })
19 },
20
21 connectAndLogin (clientExpression: string, server: string, done: Function) {
22 clientHandler.getClientNames(clientExpression).forEach((clientName) => {

Callers

nothing calls this directly

Calls 1

forEachMethod · 0.80

Tested by

no test coverage detected