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

Method isFile

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

Source from the content-addressed store, hash-verified

177 }
178
179 isFile() {
180 return this[kType] === UV_DIRENT_FILE;
181 }
182
183 isBlockDevice() {
184 return this[kType] === UV_DIRENT_BLOCK;

Callers 15

lint-sh.mjsFile · 0.45
defineDefaultCommandsFunction · 0.45
doSendFileFDFunction · 0.45
[kFSWatchStart]Method · 0.45
getStatsForCopyFunction · 0.45
getStatsFunction · 0.45
assertDirEquivalentFunction · 0.45
buildSnapshotFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected