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

Method setWidthPercent

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

Source from the content-addressed store, hash-verified

653 this.markDirty()
654 }
655 setWidthPercent(v: number): void {
656 this.style.width = percentValue(v)
657 this.markDirty()
658 }
659 setWidthAuto(): void {
660 this.style.width = AUTO_VALUE
661 this.markDirty()

Callers

nothing calls this directly

Calls 2

markDirtyMethod · 0.95
percentValueFunction · 0.85

Tested by

no test coverage detected