(str, incDepth, incI)
| 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('/'); |
no test coverage detected
searching dependent graphs…