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

Function resolvedPath

benchmark/fs/bench-realpath.js:33–41  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

31}
32
33function resolvedPath(n) {
34 (function r(cntr) {
35 if (cntr-- <= 0)
36 return bench.end(n);
37 fs.realpath(resolved_path, () => {
38 r(cntr);
39 });
40 }(n));
41}

Callers 1

mainFunction · 0.85

Calls 3

rFunction · 0.50
endMethod · 0.45
realpathMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…