Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/eigent-ai/eigent
/ checkOverflow
Function
checkOverflow
src/components/ProjectPageSidebar/ProjectNavList.tsx:116–118 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
114
if (!el) return;
115
116
const checkOverflow = () => {
117
setProjectListOverflow(el.scrollHeight > el.clientHeight + 1);
118
};
119
120
checkOverflow();
121
Callers
1
ProjectNavList
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected