MCPcopy 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
213function isPipeName(s) {
214 return typeof s === 'string' && toNumber(s) === false;
215}
216
217/**
218 * Creates a new TCP or IPC server

Callers 2

normalizeArgsFunction · 0.85
net.jsFile · 0.85

Calls 1

toNumberFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…