* @param {ClientOptions} [options] * @returns {Client}
(options)
| 1084 | * @returns {Client} |
| 1085 | */ |
| 1086 | function newInstance(options) { |
| 1087 | const client = new Client(utils.deepExtend({}, helper.baseOptions, options)); |
| 1088 | helper.shutdownAfterThisTest(client); |
| 1089 | return client; |
| 1090 | } |
| 1091 | |
| 1092 | /** |
| 1093 | * Returns a dictionary containing the last octet of the address as keys and the pool size as values. |
no outgoing calls
no test coverage detected