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

Function fail

benchmark/net/tcp-raw-s2c.js:99–101  ·  view source on GitHub ↗
(err, syscall)

Source from the content-addressed store, hash-verified

97 client(dur);
98
99 function fail(err, syscall) {
100 throw util._errnoException(err, syscall);
101 }
102
103 function client(dur) {
104 const clientHandle = new TCP(TCPConstants.SOCKET);

Callers 4

mainFunction · 0.70
writeFunction · 0.70
afterWriteFunction · 0.70
clientFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected