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

Function test_root_with_null_options

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

Source from the content-addressed store, hash-verified

552}
553
554function test_root_with_null_options(realpath, realpathSync, cb) {
555 realpath('/', null, common.mustSucceed((result) => {
556 assertEqualPath(root, result);
557 cb();
558 }));
559}
560
561// ----------------------------------------------------------------------------
562

Callers

nothing calls this directly

Calls 2

realpathFunction · 0.70
cbFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…