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

Method setWidth

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

Source from the content-addressed store, hash-verified

132 // Style setters
133
134 setWidth(value: number): void {
135 this.yoga.setWidth(value)
136 }
137 setWidthPercent(value: number): void {
138 this.yoga.setWidthPercent(value)
139 }

Callers 3

renderToScreenFunction · 0.45
constructorMethod · 0.45
applyDimensionStylesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected