MCPcopy Index your code
hub / github.com/codeaashu/claude-code / setMaxWidthPercent

Method setMaxWidthPercent

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

Source from the content-addressed store, hash-verified

165 this.yoga.setMaxWidth(value)
166 }
167 setMaxWidthPercent(value: number): void {
168 this.yoga.setMaxWidthPercent(value)
169 }
170 setMaxHeight(value: number): void {
171 this.yoga.setMaxHeight(value)
172 }

Callers 1

applyDimensionStylesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected