(size)
| 2008 | }; |
| 2009 | |
| 2010 | var getIndentation = function (size) { |
| 2011 | return ' '.repeat(size); |
| 2012 | }; |
| 2013 | |
| 2014 | var getIndentationForDepth = function (depth) { |
| 2015 | return getIndentation(indentSize * depth); |
no outgoing calls
no test coverage detected
searching dependent graphs…