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

Function nextdir

test/parallel/test-fs-mkdir.js:33–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31
32let dirc = 0;
33function nextdir() {
34 return `test${++dirc}`;
35}
36
37// fs.mkdir creates directory using assigned path
38{

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…