MCPcopy Create free account
hub / github.com/IvanAdmaers/react-roulette-pro / handleStart

Function handleStart

example/src/App.js:258–260  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

256 };
257
258 const handleStart = () => {
259 setSpinning(true);
260 };
261
262 const handlePrizeDefined = () => {
263 Toast.fire({ icon: 'success', title: '🥳 Prize defined 🥳', timer: 1500 });

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected