(error, reply)
| 537 | } |
| 538 | |
| 539 | function wrapSerializationError (error, reply) { |
| 540 | error.serialization = reply[kRouteContext].config |
| 541 | } |
| 542 | |
| 543 | function onSendHook (reply, payload) { |
| 544 | if (reply[kRouteContext].onSend !== null) { |
no outgoing calls
no test coverage detected
searching dependent graphs…