Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ isPipeName
Function
isPipeName
lib/net.js:213–215 ·
view source on GitHub ↗
(s)
Source
from the content-addressed store, hash-verified
211
212
213
function
isPipeName(s) {
214
return
typeof s ===
'string'
&& toNumber(s) === false;
215
}
216
217
/**
218
* Creates a
new
TCP or IPC server
Callers
2
normalizeArgs
Function · 0.85
net.js
File · 0.85
Calls
1
toNumber
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…