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

Method setMinWidth

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

Source from the content-addressed store, hash-verified

673 this.markDirty()
674 }
675 setMinWidth(v: number | string | undefined): void {
676 this.style.minWidth = parseDimension(v)
677 this.markDirty()
678 }
679 setMinWidthPercent(v: number): void {
680 this.style.minWidth = percentValue(v)
681 this.markDirty()

Callers

nothing calls this directly

Calls 2

markDirtyMethod · 0.95
parseDimensionFunction · 0.85

Tested by

no test coverage detected