Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ isDirectory
Method
isDirectory
lib/internal/fs/utils.js:175–177 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
173
}
174
175
isDirectory() {
176
return
this[kType] === UV_DIRENT_DIR;
177
}
178
179
isFile() {
180
return
this[kType] === UV_DIRENT_FILE;
Callers
15
findScriptFilesRecursively
Function · 0.45
lint-sh.mjs
File · 0.45
update-timezone.mjs
File · 0.45
handleDirents
Function · 0.45
symlink
Function · 0.45
symlinkSync
Function · 0.45
doSendFileFD
Function · 0.45
complete
Function · 0.45
#isDirectorySync
Method · 0.45
#isDirectory
Method · 0.45
#addSubpattern
Method · 0.45
#addSubpatterns
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected