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

Function nextMount

test/parallel/test-vfs-mount-errors.js:18–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16const baseMountPoint = path.resolve('/tmp/vfs-mount-errors-' + process.pid);
17let mountCounter = 0;
18const nextMount = () => baseMountPoint + '-' + (mountCounter++);
19
20// EXDEV: rename across two different VFS instances
21{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…