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

Method setMinHeightPercent

src/native-ts/yoga-layout/index.ts:687–690  ·  view source on GitHub ↗
(v: number)

Source from the content-addressed store, hash-verified

685 this.markDirty()
686 }
687 setMinHeightPercent(v: number): void {
688 this.style.minHeight = percentValue(v)
689 this.markDirty()
690 }
691 setMaxWidth(v: number | string | undefined): void {
692 this.style.maxWidth = parseDimension(v)
693 this.markDirty()

Callers

nothing calls this directly

Calls 2

markDirtyMethod · 0.95
percentValueFunction · 0.85

Tested by

no test coverage detected