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

Method setMaxHeight

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

Source from the content-addressed store, hash-verified

697 this.markDirty()
698 }
699 setMaxHeight(v: number | string | undefined): void {
700 this.style.maxHeight = parseDimension(v)
701 this.markDirty()
702 }
703 setMaxHeightPercent(v: number): void {
704 this.style.maxHeight = percentValue(v)
705 this.markDirty()

Callers

nothing calls this directly

Calls 2

markDirtyMethod · 0.95
parseDimensionFunction · 0.85

Tested by

no test coverage detected