()
| 44 | process.on('exit', onexit); |
| 45 | |
| 46 | function onexit() { |
| 47 | hooks.disable(); |
| 48 | hooks.sanityCheck('FSREQCALLBACK'); |
| 49 | const as = hooks.activitiesOfTypes('FSREQCALLBACK'); |
| 50 | const a = as.pop(); |
| 51 | checkInvocations(a, { init: 1, before: 1, after: 1, destroy: 1 }, |
| 52 | 'when process exits'); |
| 53 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…