MCPcopy Create free account
hub / github.com/nodejs/node / fail

Function fail

benchmark/net/tcp-raw-pipe.js:29–31  ·  view source on GitHub ↗
(err, syscall)

Source from the content-addressed store, hash-verified

27 const PORT = common.PORT;
28
29 function fail(err, syscall) {
30 throw util._errnoException(err, syscall);
31 }
32
33 // Server
34 const serverHandle = new TCP(TCPConstants.SERVER);

Callers 3

mainFunction · 0.70
writeFunction · 0.70
afterWriteFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected