MCPcopy Index your code
hub / github.com/shelljs/shelljs / statNoFollowLinks

Function statNoFollowLinks

src/common.js:365–367  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

363exports.statFollowLinks = statFollowLinks;
364
365function statNoFollowLinks() {
366 return fs.lstatSync.apply(fs, arguments);
367}
368exports.statNoFollowLinks = statNoFollowLinks;
369
370// e.g. 'shelljs_a5f185d0443ca...'

Callers 1

expandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…