MCPcopy 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

55process.nextTick(runTest);
56
57function tmp(p) {
58 return path.join(tmpDir, p);
59}
60
61const targetsAbsDir = path.join(tmpDir, 'targets');
62const tmpAbsDir = tmpDir;

Callers 4

test_deep_symlink_mixFunction · 0.70
test_up_multipleFunction · 0.70
runTestFunction · 0.70

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected