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

Method getFlexDirection

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

Source from the content-addressed store, hash-verified

862 // -- Style getters (partial — only what tests need)
863
864 getFlexDirection(): FlexDirection {
865 return this.style.flexDirection
866 }
867 getJustifyContent(): Justify {
868 return this.style.justifyContent
869 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected