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

Function onClose

lib/net.js:1151–1153  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1149 this._writeGeneric(writev, data, encoding, cb);
1150 });
1151 function onClose() {
1152 cb(new ERR_SOCKET_CLOSED_BEFORE_CONNECTION());
1153 }
1154 this.once('close', onClose);
1155 return;
1156 }

Callers

nothing calls this directly

Calls 1

cbFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…