MCPcopy Create free account
hub / github.com/codebucks27/react-portfolio-final / handleClick

Function handleClick

src/components/Main.jsx:133–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

131 const [click, setClick] = useState(false);
132
133 const handleClick = () => setClick(!click);
134
135 return (
136 <MainContainer>

Callers 1

MainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected