Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
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