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

Function getTempFile

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

Source from the content-addressed store, hash-verified

20}
21
22function getTempFile() {
23 return join(tmpdir.path, `fastutf8stream-${process.pid}-${Date.now()}-${fileCounter++}.log`);
24}
25
26const isWindows = process.platform === 'win32';
27

Callers 1

runTestsFunction · 0.70

Calls 2

nowMethod · 0.80
joinFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…