MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / handleMouseOver

Function handleMouseOver

apps/web/hooks/hover.tsx:6–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4 const [hover, setHover] = useState<boolean>(false);
5 const ref: any = useRef<T | null>(null);
6 const handleMouseOver = function () {
7 setHover(true);
8 };
9 const handleMouseOut = function () {
10 setHover(false);
11 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected