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

Method getAlignContent

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

Source from the content-addressed store, hash-verified

874 return this.style.alignSelf
875 }
876 getAlignContent(): Align {
877 return this.style.alignContent
878 }
879 getFlexGrow(): number {
880 return this.style.flexGrow
881 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected