Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ getFileName
Function
getFileName
test/parallel/test-fs-readv-promises.js:13–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11
12
let
cnt = 0;
13
function
getFileName() {
14
return
tmpdir.resolve(`readv_promises_${++cnt}.txt`);
15
}
16
17
const
allocateEmptyBuffers = (combinedLength) => {
18
const
bufferArr = [];
Callers
1
test-fs-readv-promises.js
File · 0.70
Calls
1
resolve
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…