(edges: Value[], physicalEdge: number)
| 248 | } |
| 249 | |
| 250 | function isMarginAuto(edges: Value[], physicalEdge: number): boolean { |
| 251 | return resolveEdgeRaw(edges, physicalEdge).unit === Unit.Auto |
| 252 | } |
| 253 | |
| 254 | // Setter helpers for the _hasAutoMargin / _hasPosition fast-path flags. |
| 255 | // Unit.Undefined = 0, Unit.Auto = 3. |
no test coverage detected