Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
findScriptFilesRecursively
Function · 0.45
lint-sh.mjs
File · 0.45
list-released-versions-from-changelogs.mjs
File · 0.45
defineDefaultCommands
Function · 0.45
doSendFileFD
Function · 0.45
[kFSWatchStart]
Method · 0.45
getStatsForCopy
Function · 0.45
getStats
Function · 0.45
assertDirEquivalent
Function · 0.45
buildSnapshot
Function · 0.45
test-vfs-fs-statSync.js
File · 0.45
test-vfs-real-provider-handle.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected