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

Method setMaxWidthPercent

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

Source from the content-addressed store, hash-verified

693 this.markDirty()
694 }
695 setMaxWidthPercent(v: number): void {
696 this.style.maxWidth = percentValue(v)
697 this.markDirty()
698 }
699 setMaxHeight(v: number | string | undefined): void {
700 this.style.maxHeight = parseDimension(v)
701 this.markDirty()

Callers

nothing calls this directly

Calls 2

markDirtyMethod · 0.95
percentValueFunction · 0.85

Tested by

no test coverage detected