MCPcopy Create free account
hub / github.com/reactjs/server-components-demo / isPipe

Function isPipe

server/api.server.js:48–48  ·  view source on GitHub ↗
(portOrPipe)

Source from the content-addressed store, hash-verified

46 throw error;
47 }
48 const isPipe = (portOrPipe) => Number.isNaN(portOrPipe);
49 const bind = isPipe(PORT) ? 'Pipe ' + PORT : 'Port ' + PORT;
50 switch (error.code) {
51 case 'EACCES':

Callers 1

api.server.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected