Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ isSymbolicLink
Method
isSymbolicLink
lib/internal/fs/utils.js:191–193 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
189
}
190
191
isSymbolicLink() {
192
return
this[kType] === UV_DIRENT_LINK;
193
}
194
195
isFIFO() {
196
return
this[kType] === UV_DIRENT_FIFO;
Callers
15
gotStat
Function · 0.45
#isDirectorySync
Method · 0.45
#isDirectory
Method · 0.45
#addSubpatterns
Method · 0.45
#iterateSubpatterns
Method · 0.45
#watchFolder
Method · 0.45
getStatsForCopy
Function · 0.45
getStats
Function · 0.45
assertDirEquivalent
Function · 0.45
test-fs-symlink-dir-junction.js
File · 0.45
assertDirents
Function · 0.45
test-vfs-memory-provider.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected