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

Function tick

web/pgadmin/static/js/custom_hooks.js:21–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19
20 useEffect(() => {
21 function tick() {
22 savedCallback.current();
23 }
24
25 if(delay > -1) {
26 tick();

Callers 1

useIntervalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected