(&mut self, config: LayoutConfig)
| 1215 | } |
| 1216 | |
| 1217 | fn store_layout_config(&mut self, config: LayoutConfig) -> usize { |
| 1218 | self.layout_configs.push(config); |
| 1219 | self.layout_configs.len() - 1 |
| 1220 | } |
| 1221 | |
| 1222 | fn store_shared_config(&mut self, config: SharedElementConfig) -> usize { |
| 1223 | self.shared_element_configs.push(config); |
no outgoing calls
no test coverage detected