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

Method getFlexBasis

src/native-ts/yoga-layout/index.ts:885–887  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

883 return this.style.flexShrink
884 }
885 getFlexBasis(): Value {
886 return this.style.flexBasis
887 }
888 getFlexWrap(): Wrap {
889 return this.style.flexWrap
890 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected