()
| 34 | process.on('exit', onexit); |
| 35 | |
| 36 | function onexit() { |
| 37 | hooks.disable(); |
| 38 | hooks.sanityCheck('GETADDRINFOREQWRAP'); |
| 39 | |
| 40 | const as = hooks.activitiesOfTypes('GETADDRINFOREQWRAP'); |
| 41 | const a = as[0]; |
| 42 | checkInvocations(a, { init: 1, before: 1, after: 1, destroy: 1 }, |
| 43 | 'when process exits'); |
| 44 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…