MCPcopy 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

gotStatFunction · 0.45
#isDirectorySyncMethod · 0.45
#isDirectoryMethod · 0.45
#addSubpatternsMethod · 0.45
#iterateSubpatternsMethod · 0.45
#watchFolderMethod · 0.45
getStatsForCopyFunction · 0.45
getStatsFunction · 0.45
assertDirEquivalentFunction · 0.45
assertDirentsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected