MCPcopy Create free account
hub / github.com/google/agents-cli / clearReveal

Function clearReveal

docs/src/javascripts/lifecycle.js:793–798  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

791
792 let revealTimer = null;
793 function clearReveal() {
794 if (revealTimer) {
795 clearInterval(revealTimer);
796 revealTimer = null;
797 }
798 }
799 function animateReveal() {
800 clearReveal();
801 let i = 1;

Callers 1

animateRevealFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected