| 31 | offset_list: HashMap<String, f32>, |
| 32 | } |
| 33 | |
| 34 | impl FigureConfig { |
| 35 | pub(crate) fn find(&self, name: &str) -> FigureConfigRef<'_> { |
| 36 | ( |
| 37 | self.body_list.get(name), |
| 38 | self.face_list.get(name), |
nothing calls this directly
no outgoing calls
no test coverage detected