(depth)
| 2012 | }; |
| 2013 | |
| 2014 | var getIndentationForDepth = function (depth) { |
| 2015 | return getIndentation(indentSize * depth); |
| 2016 | }; |
| 2017 | |
| 2018 | var getCurrentIndentation = function () { |
| 2019 | return getIndentationForDepth(currentDepth); |
no test coverage detected
searching dependent graphs…