(layout: Layout, cols: number)
| 138 | allowOverlap: false, |
| 139 | |
| 140 | compact(layout: Layout, cols: number): Layout { |
| 141 | return compactWrap(layout, cols); |
| 142 | } |
| 143 | }; |
| 144 | |
| 145 | /** |
nothing calls this directly
no test coverage detected
searching dependent graphs…