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-end.js:18–20 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
}
17
18
function
getTempFile() {
19
return
join(tmpdir.path, `fastutf8stream-${process.pid}-${Date.now()}-${fileCounter++}.log`);
20
}
21
22
runTests(false);
23
runTests(true);
Callers
1
runTests
Function · 0.70
Calls
2
now
Method · 0.80
join
Function · 0.50
Tested by
no test coverage detected