Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ onserverClosed
Function
onserverClosed
test/async-hooks/test-writewrap.js:103–105 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
101
}
102
103
function
onserverClosed() {
104
checkDestroyedWriteWraps(1,
'server closed'
);
105
}
106
107
process.on(
'exit'
, onexit);
108
Callers
nothing calls this directly
Calls
1
checkDestroyedWriteWraps
Function · 0.85
Tested by
no test coverage detected