Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
getStatsForCopy
Function · 0.80
getStats
Function · 0.80
assertDirents
Function · 0.80
test-fs-stat.js
File · 0.80
verifyStats
Function · 0.80
assertDirent
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected