()
| 23 | const rootErrorHandler = { |
| 24 | func: defaultErrorHandler, |
| 25 | toJSON () { |
| 26 | return this.func.name.toString() + '()' |
| 27 | } |
| 28 | } |
| 29 | |
| 30 | function handleError (reply, error, cb) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…