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

Method setHeight

src/native-ts/yoga-layout/index.ts:663–666  ·  view source on GitHub ↗
(v: number | 'auto' | string | undefined)

Source from the content-addressed store, hash-verified

661 this.markDirty()
662 }
663 setHeight(v: number | 'auto' | string | undefined): void {
664 this.style.height = parseDimension(v)
665 this.markDirty()
666 }
667 setHeightPercent(v: number): void {
668 this.style.height = percentValue(v)
669 this.markDirty()

Callers

nothing calls this directly

Calls 2

markDirtyMethod · 0.95
parseDimensionFunction · 0.85

Tested by

no test coverage detected