Function
test_root_with_null_options
(realpath, realpathSync, cb)
Source from the content-addressed store, hash-verified
| 552 | } |
| 553 | |
| 554 | function 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
Tested by
no test coverage detected
Used in the wild real call sites across dependent graphs
searching dependent graphs…