Function
connect
(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
Tested by
no test coverage detected