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

Function test_upone_actual

test/parallel/test-fs-realpath.js:395–400  ·  view source on GitHub ↗
(realpath, realpathSync, cb)

Source from the content-addressed store, hash-verified

393}
394
395function test_upone_actual(realpath, realpathSync, cb) {
396 console.log('test_upone_actual');
397 const uponeActual = realpathSync('..');
398 assertEqualPath(upone, uponeActual);
399 cb();
400}
401
402// Going up with .. multiple times
403// .

Callers

nothing calls this directly

Calls 3

cbFunction · 0.70
realpathSyncFunction · 0.50
logMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…