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

Function nextdir

test/parallel/test-source-map-enable.js:17–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15
16let dirc = 0;
17function nextdir() {
18 return process.env.NODE_V8_COVERAGE ||
19 tmpdir.resolve(`source_map_${++dirc}`);
20}
21
22// Outputs source maps when event loop is drained, with no async logic.
23{

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…