(err)
| 254 | } |
| 255 | |
| 256 | function handleReject (err) { |
| 257 | if (!err) { |
| 258 | err = new FST_ERR_SEND_UNDEFINED_ERR() |
| 259 | } |
| 260 | |
| 261 | cb(err, request, reply) |
| 262 | } |
| 263 | |
| 264 | next() |
| 265 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…