Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/facebook/react
/ isPipe
Function
isPipe
fixtures/ssr2/server/server.js:57–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
throw error;
56
}
57
const
isPipe = portOrPipe => Number.isNaN(portOrPipe);
58
const
bind = isPipe(PORT) ?
'Pipe '
+ PORT :
'Port '
+ PORT;
59
switch (error.code) {
60
case
'EACCES'
:
Callers
1
server.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected