()
| 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected