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

Function animateReveal

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

Source from the content-addressed store, hash-verified

797 }
798 }
799 function animateReveal() {
800 clearReveal();
801 let i = 1;
802 setRevealed(i);
803 revealTimer = setInterval(() => {
804 i += 1;
805 setRevealed(i);
806 if (i >= EVAL_HISTORY.length) clearReveal();
807 }, 380);
808 }
809
810 function applyFix() {
811 cases = cases.map((c) =>

Callers 1

applyFixFunction · 0.85

Calls 2

clearRevealFunction · 0.85
setRevealedFunction · 0.85

Tested by

no test coverage detected