MCPcopy Index your code
hub / github.com/nodejs/node / onexit

Function onexit

test/async-hooks/test-writewrap.js:109–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107process.on('exit', onexit);
108
109function onexit() {
110 hooks.disable();
111 hooks.sanityCheck('WRITEWRAP');
112 checkDestroyedWriteWraps(1, 'process exits');
113}

Callers

nothing calls this directly

Calls 3

checkDestroyedWriteWrapsFunction · 0.85
sanityCheckMethod · 0.80
disableMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…