MCPcopy Index your code
hub / github.com/nodejs/node / realpath

Function realpath

test/fixtures/snapshot/typescript.js:7469–7476  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

7467 return getAccessibleFileSystemEntries(path).directories.slice();
7468 }
7469 function realpath(path) {
7470 try {
7471 return realpathSync(path);
7472 }
7473 catch (_a) {
7474 return path;
7475 }
7476 }
7477 function getModifiedTime(path) {
7478 var _a;
7479 try {

Callers 2

updateChildWatchesFunction · 0.70
visitDirectoryFunction · 0.70

Calls 2

realpathSyncFunction · 0.50
realpathMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…