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

Method isCharacterDevice

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

Source from the content-addressed store, hash-verified

185 }
186
187 isCharacterDevice() {
188 return this[kType] === UV_DIRENT_CHAR;
189 }
190
191 isSymbolicLink() {
192 return this[kType] === UV_DIRENT_LINK;

Callers 6

getStatsForCopyFunction · 0.80
getStatsFunction · 0.80
assertDirentsFunction · 0.80
test-fs-stat.jsFile · 0.80
verifyStatsFunction · 0.80
assertDirentFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected