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

Function onshutdown

lib/internal/js_stream_socket.js:33–33  ·  view source on GitHub ↗
(req)

Source from the content-addressed store, hash-verified

31function onreadstop() { return this[owner_symbol].readStop(); }
32
33function onshutdown(req) { return this[owner_symbol].doShutdown(req); }
34
35function onwrite(req, bufs) { return this[owner_symbol].doWrite(req, bufs); }
36

Callers

nothing calls this directly

Calls 1

doShutdownMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…