MCPcopy Create free account
hub / github.com/codeaashu/claude-code / setMaxWidth

Method setMaxWidth

src/ink/layout/yoga.ts:164–166  ·  view source on GitHub ↗
(value: number)

Source from the content-addressed store, hash-verified

162 this.yoga.setMinHeightPercent(value)
163 }
164 setMaxWidth(value: number): void {
165 this.yoga.setMaxWidth(value)
166 }
167 setMaxWidthPercent(value: number): void {
168 this.yoga.setMaxWidthPercent(value)
169 }

Callers 1

applyDimensionStylesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected