MCPcopy
hub / github.com/benjitaylor/agentation / click

Function click

package/example/src/app/components/FeaturesDemo.tsx:1336–1340  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1334 let cancelled = false;
1335
1336 const click = async () => {
1337 setIsClicking(true);
1338 await delay(100);
1339 if (!cancelled) setIsClicking(false);
1340 };
1341
1342 const runAnimation = async () => {
1343 // Reset state

Callers 2

runAnimationFunction · 0.85
runFunction · 0.85

Calls 1

delayFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…