Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
#createStats
Method · 0.45
linkSync
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected