(depth)
| 2036 | }; |
| 2037 | |
| 2038 | var appendIndentation = function (depth) { |
| 2039 | append(getIndentationForDepth(depth)); |
| 2040 | }; |
| 2041 | |
| 2042 | var appendCurrentIndentation = function () { |
| 2043 | append(getCurrentIndentation()); |
no test coverage detected
searching dependent graphs…