MCPcopy Create free account
hub / github.com/UI5/webcomponents / increaseCurrentDepth

Function increaseCurrentDepth

packages/main/test/pages/diffable-html.js:2002–2004  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2000 var currentDepth = 0;
2001
2002 var increaseCurrentDepth = function () {
2003 currentDepth++;
2004 };
2005
2006 var decreaseCurrentDepth = function () {
2007 currentDepth--;

Callers 1

formatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…