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

Method setFlexBasis

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

Source from the content-addressed store, hash-verified

737 this.markDirty()
738 }
739 setFlexBasis(v: number | 'auto' | string | undefined): void {
740 this.style.flexBasis = parseDimension(v)
741 this.markDirty()
742 }
743 setFlexBasisPercent(v: number): void {
744 this.style.flexBasis = percentValue(v)
745 this.markDirty()

Callers

nothing calls this directly

Calls 2

markDirtyMethod · 0.95
parseDimensionFunction · 0.85

Tested by

no test coverage detected