Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ getTempFile
Function
getTempFile
test/parallel/test-fastutf8stream-write.js:24–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
}
23
24
function
getTempFile() {
25
return
join(tmpdir.path, `fastutf8stream-${process.pid}-${Date.now()}-${fileCounter++}.log`);
26
}
27
28
runTests(false);
29
runTests(true);
Callers
2
runTests
Function · 0.70
test-fastutf8stream-write.js
File · 0.70
Calls
2
now
Method · 0.80
join
Function · 0.50
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…