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

Method isBlockDevice

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

Source from the content-addressed store, hash-verified

181 }
182
183 isBlockDevice() {
184 return this[kType] === UV_DIRENT_BLOCK;
185 }
186
187 isCharacterDevice() {
188 return this[kType] === UV_DIRENT_CHAR;

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