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

Function fail

benchmark/net/tcp-raw-c2s.js:68–70  ·  view source on GitHub ↗
(err, syscall)

Source from the content-addressed store, hash-verified

66 client(type, len);
67
68 function fail(err, syscall) {
69 throw util._errnoException(err, syscall);
70 }
71
72 function client(type, len) {
73 let chunk;

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected