MCPcopy Index your code
hub / github.com/nodejs/node / isFIFO

Method isFIFO

lib/internal/fs/utils.js:195–197  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

193 }
194
195 isFIFO() {
196 return this[kType] === UV_DIRENT_FIFO;
197 }
198
199 isSocket() {
200 return this[kType] === UV_DIRENT_SOCKET;

Callers 15

getStatsForCopyFunction · 0.80
assertDirentsFunction · 0.80
test-fs-stat.jsFile · 0.80
verifyStatsFunction · 0.80
assertDirentFunction · 0.80
box2d.jsFile · 0.80
copy.jsFile · 0.80
zlib.jsFile · 0.80
lua_binarytrees.jsFile · 0.80
fannkuch.jsFile · 0.80
primes.jsFile · 0.80
memops.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected