MCPcopy 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
12let cnt = 0;
13function getFileName() {
14 return tmpdir.resolve(`readv_promises_${++cnt}.txt`);
15}
16
17const allocateEmptyBuffers = (combinedLength) => {
18 const bufferArr = [];

Callers 1

Calls 1

resolveMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…