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