Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
33
function
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
main
Function · 0.85
Calls
3
r
Function · 0.50
end
Method · 0.45
realpath
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…