()
| 129 | process.on('exit', onexit); |
| 130 | |
| 131 | function onexit() { |
| 132 | hooks.disable(); |
| 133 | hooks.sanityCheck('TLSWRAP'); |
| 134 | |
| 135 | checkInvocations(svr, { init: 1, before: 2, after: 2 }, |
| 136 | 'server: when process exits'); |
| 137 | checkInvocations(client, { init: 1, before: 3, after: 3 }, |
| 138 | 'client: when process exits'); |
| 139 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…