Code
Hub
Trending
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ isDirectory
Method
isDirectory
lib/internal/vfs/providers/memory.js:175–177 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
173
}
174
175
isDirectory() {
176
return
this.
type
=== TYPE_DIR;
177
}
178
179
isSymbolicLink() {
180
return
this.
type
=== TYPE_SYMLINK;
Callers
15
mkdirSync
Method · 0.95
constructor
Method · 0.45
#poll
Method · 0.45
#rescanRecursive
Method · 0.45
#buildFileList
Method · 0.45
rmSync
Method · 0.45
rm
Method · 0.45
#lookupEntry
Method · 0.45
#ensureParent
Method · 0.45
#createStats
Method · 0.45
#ensurePopulated
Method · 0.45
openSync
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected