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

Function logsOut

test-e2e/framework/client.ts:7–13  ·  view source on GitHub ↗
(clientExpression: string, done: Function)

Source from the content-addressed store, hash-verified

5
6export const client = {
7 logsOut (clientExpression: string, done: Function) {
8 clientHandler.getClients(clientExpression).forEach((client) => {
9 client.client.close()
10 })
11 // current sync since protocol doesn't yet support async
12 done()
13 },
14
15 connect (clientExpression: string, server: string) {
16 clientHandler.getClientNames(clientExpression).forEach((clientName) => {

Callers

nothing calls this directly

Calls 2

forEachMethod · 0.80
closeMethod · 0.65

Tested by

no test coverage detected