()
| 2000 | var currentDepth = 0; |
| 2001 | |
| 2002 | var increaseCurrentDepth = function () { |
| 2003 | currentDepth++; |
| 2004 | }; |
| 2005 | |
| 2006 | var decreaseCurrentDepth = function () { |
| 2007 | currentDepth--; |
no outgoing calls
no test coverage detected
searching dependent graphs…