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

Method isFile

lib/internal/vfs/providers/memory.js:171–173  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

169 }
170
171 isFile() {
172 return this.type === TYPE_FILE;
173 }
174
175 isDirectory() {
176 return this.type === TYPE_DIR;

Callers 2

#createStatsMethod · 0.45
linkSyncMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected