Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/code100x/daily-code
/ scrollToTop
Function
scrollToTop
apps/web/components/TrackTools.tsx:16–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
problemIndex: number;
15
}) => {
16
const scrollToTop = () => {
17
window.scrollTo({ top: 0, behavior:
"smooth"
});
18
};
19
20
return (
21
<motion.div
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected