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

Method setMinWidthPercent

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

Source from the content-addressed store, hash-verified

677 this.markDirty()
678 }
679 setMinWidthPercent(v: number): void {
680 this.style.minWidth = percentValue(v)
681 this.markDirty()
682 }
683 setMinHeight(v: number | string | undefined): void {
684 this.style.minHeight = parseDimension(v)
685 this.markDirty()

Callers

nothing calls this directly

Calls 2

markDirtyMethod · 0.95
percentValueFunction · 0.85

Tested by

no test coverage detected