()
| 3240 | ack.call(_this2, new Error("operation has timed out")); |
| 3241 | }, timeout); |
| 3242 | var fn = function fn() { |
| 3243 | // @ts-ignore |
| 3244 | _this2.io.clearTimeoutFn(timer); |
| 3245 | for (var _len3 = arguments.length, args = new Array(_len3), _key3 = 0; _key3 < _len3; _key3++) { |
| 3246 | args[_key3] = arguments[_key3]; |
| 3247 | } |
| 3248 | ack.apply(_this2, args); |
| 3249 | }; |
| 3250 | fn.withError = true; |
| 3251 | this.acks[id] = fn; |
| 3252 | } |
no outgoing calls
no test coverage detected