Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ useIsDesktop
Function
useIsDesktop
web/hooks/useMediaQuery.ts:30–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
29
/** >= 1024px */
30
export
function
useIsDesktop(): boolean {
31
return
useMediaQuery(
"(min-width: 1024px)"
);
32
}
Callers
nothing calls this directly
Calls
1
useMediaQuery
Function · 0.85
Tested by
no test coverage detected