Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Linen-dev/linen.dev
/ handleMouseOut
Function
handleMouseOut
apps/web/hooks/hover.tsx:9–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
setHover(true);
8
};
9
const handleMouseOut = function () {
10
setHover(false);
11
};
12
useEffect(() => {
13
const node: any = ref.current;
14
if (node) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected