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

Method setWidthPercent

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

Source from the content-addressed store, hash-verified

135 this.yoga.setWidth(value)
136 }
137 setWidthPercent(value: number): void {
138 this.yoga.setWidthPercent(value)
139 }
140 setWidthAuto(): void {
141 this.yoga.setWidthAuto()
142 }

Callers 1

applyDimensionStylesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected