MCPcopy
hub / github.com/facebook/react / isPipe

Function isPipe

fixtures/fizz/server/server.js:70–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 throw error;
69 }
70 const isPipe = portOrPipe => Number.isNaN(portOrPipe);
71 const bind = isPipe(PORT) ? 'Pipe ' + PORT : 'Port ' + PORT;
72 switch (error.code) {
73 case 'EACCES':

Callers 1

server.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected