Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anus-dev/ANUS
/ isNarrowWidth
Function
isNarrowWidth
packages/cli/src/ui/utils/isNarrowWidth.ts:8–10 ·
view source on GitHub ↗
(width: number)
Source
from the content-addressed store, hash-verified
6
*/
7
8
export
function
isNarrowWidth(width: number): boolean {
9
return
width < 80;
10
}
Callers
5
App
Function · 0.85
ContextSummaryDisplay
Function · 0.85
LoadingIndicator
Function · 0.85
Footer
Function · 0.85
ANUSSpinner
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected