MCPcopy Create free account
hub / github.com/codebucks27/Agency-website / handleClick

Function handleClick

src/components/Header/index.js:177–180  ·  view source on GitHub ↗
(id, e)

Source from the content-addressed store, hash-verified

175 };
176
177 const handleClick = (id, e) => {
178 setClick(!click);
179 scrollUp(id, e);
180 };
181
182 useEffect(() => {
183 const element = ref.current;

Callers 1

index.jsFile · 0.85

Calls 1

scrollUpFunction · 0.70

Tested by

no test coverage detected