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

Method setHeight

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

Source from the content-addressed store, hash-verified

141 this.yoga.setWidthAuto()
142 }
143 setHeight(value: number): void {
144 this.yoga.setHeight(value)
145 }
146 setHeightPercent(value: number): void {
147 this.yoga.setHeightPercent(value)
148 }

Callers 1

applyDimensionStylesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected