MCPcopy 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

mkdirSyncMethod · 0.95
constructorMethod · 0.45
#pollMethod · 0.45
#rescanRecursiveMethod · 0.45
#buildFileListMethod · 0.45
rmSyncMethod · 0.45
rmMethod · 0.45
#lookupEntryMethod · 0.45
#ensureParentMethod · 0.45
#createStatsMethod · 0.45
#ensurePopulatedMethod · 0.45
openSyncMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected