MCPcopy 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

lint-sh.mjsFile · 0.45
handleDirentsFunction · 0.45
symlinkFunction · 0.45
symlinkSyncFunction · 0.45
doSendFileFDFunction · 0.45
completeFunction · 0.45
#isDirectorySyncMethod · 0.45
#isDirectoryMethod · 0.45
#addSubpatternMethod · 0.45
#addSubpatternsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected