Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CodebuffAI/codebuff
/ checkMobile
Function
checkMobile
web/src/components/IDEDemo.tsx:189–191 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
187
188
useEffect(() => {
189
const checkMobile = () => {
190
setIsMobile(window.innerWidth < 768)
191
}
192
193
checkMobile()
194
Callers
1
IDEDemo
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected