MCPcopy Create free account
hub / github.com/pgadmin-org/pgadmin4 / clearSoleItemInterval

Function clearSoleItemInterval

web/pgadmin/browser/static/js/node.js:853–855  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

851 }
852 }, 200);
853 const clearSoleItemInterval = function() {
854 clearInterval(openSoleItem);
855 };
856 }
857
858 } else if(tree.children(item).length == 1) {

Callers 1

node.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected