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

Function writeDepth

lib/internal/util/inspect.js:586–591  ·  view source on GitHub ↗
(str, incDepth, incI)

Source from the content-addressed store, hash-verified

584 };
585
586 function writeDepth(str, incDepth, incI) {
587 depth += incDepth;
588 write(str);
589 depth -= incDepth;
590 i += incI;
591 }
592
593 // Opening '/'
594 write('/');

Callers 2

writeGroupFunction · 0.85
highlightRegExpFunction · 0.85

Calls 1

writeFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…