(error, reply)
| 545 | } |
| 546 | |
| 547 | function wrapSerializationError (error, reply) { |
| 548 | error.serialization = reply[kRouteContext].config |
| 549 | } |
| 550 | |
| 551 | function onSendHook (reply, payload) { |
| 552 | if (reply[kRouteContext].onSend !== null) { |
no outgoing calls
no test coverage detected