Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ tmp
Function
tmp
test/parallel/test-fs-realpath.js:57–59 ·
view source on GitHub ↗
(p)
Source
from the content-addressed store, hash-verified
55
process.nextTick(runTest);
56
57
function
tmp(p) {
58
return
path.join(tmpDir, p);
59
}
60
61
const
targetsAbsDir = path.join(tmpDir,
'targets'
);
62
const
tmpAbsDir = tmpDir;
Callers
4
test_deep_symlink_mix
Function · 0.70
test_up_multiple
Function · 0.70
test_up_multiple_with_null_options
Function · 0.70
runTest
Function · 0.70
Calls
1
join
Method · 0.45
Tested by
no test coverage detected