| 36 | ( |
| 37 | self.body_list.get(name), |
| 38 | self.face_list.get(name), |
| 39 | self.offset_list.get(name), |
| 40 | ) |
| 41 | } |
| 42 | } |
| 43 | |
| 44 | fn load_figure() -> FigureConfig { |
| 45 | let mut body_list = HashMap::new(); |
nothing calls this directly
no outgoing calls
no test coverage detected