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

Method setFlexBasisPercent

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

Source from the content-addressed store, hash-verified

741 this.markDirty()
742 }
743 setFlexBasisPercent(v: number): void {
744 this.style.flexBasis = percentValue(v)
745 this.markDirty()
746 }
747 setFlexBasisAuto(): void {
748 this.style.flexBasis = AUTO_VALUE
749 this.markDirty()

Callers

nothing calls this directly

Calls 2

markDirtyMethod · 0.95
percentValueFunction · 0.85

Tested by

no test coverage detected