MCPcopy 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
8export function isNarrowWidth(width: number): boolean {
9 return width < 80;
10}

Callers 5

AppFunction · 0.85
ContextSummaryDisplayFunction · 0.85
LoadingIndicatorFunction · 0.85
FooterFunction · 0.85
ANUSSpinnerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected