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

Function getTempFile

test/parallel/test-fastutf8stream-periodicflush.js:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18 process.umask(0o000);
19}
20function getTempFile() {
21 return join(tmpdir.path, `fastutf8stream-${process.pid}-${Date.now()}-${fileCounter++}.log`);
22}
23
24runTests(false);
25runTests(true);

Callers 1

runTestsFunction · 0.70

Calls 2

nowMethod · 0.80
joinFunction · 0.50

Tested by

no test coverage detected