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

Function end

lib/net.js:2561–2567  ·  view source on GitHub ↗
(err, connections)

Source from the content-addressed store, hash-verified

2559 const self = this;
2560
2561 function end(err, connections) {
2562 defaultTriggerAsyncIdScope(self[async_id_symbol],
2563 process.nextTick,
2564 cb,
2565 err,
2566 connections);
2567 }
2568
2569 if (!this._usingWorkers) {
2570 end(null, this._connections);

Callers 3

net.jsFile · 0.70
oncountFunction · 0.70
display.jsFile · 0.50

Calls 1

Tested by

no test coverage detected