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

Method setMinHeight

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

Source from the content-addressed store, hash-verified

681 this.markDirty()
682 }
683 setMinHeight(v: number | string | undefined): void {
684 this.style.minHeight = parseDimension(v)
685 this.markDirty()
686 }
687 setMinHeightPercent(v: number): void {
688 this.style.minHeight = percentValue(v)
689 this.markDirty()

Callers

nothing calls this directly

Calls 2

markDirtyMethod · 0.95
parseDimensionFunction · 0.85

Tested by

no test coverage detected