()
| 363 | exports.statFollowLinks = statFollowLinks; |
| 364 | |
| 365 | function statNoFollowLinks() { |
| 366 | return fs.lstatSync.apply(fs, arguments); |
| 367 | } |
| 368 | exports.statNoFollowLinks = statNoFollowLinks; |
| 369 | |
| 370 | // e.g. 'shelljs_a5f185d0443ca...' |
no outgoing calls
no test coverage detected
searching dependent graphs…