Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.js
File · 0.85
Calls
1
scrollUp
Function · 0.70
Tested by
no test coverage detected