| 15 | struct FigureRead { |
| 16 | body: HashMap<String, f32>, |
| 17 | face: HashMap<String, (f32, f32)>, |
| 18 | offset: Offset, |
| 19 | } |
| 20 | |
| 21 | type FigureConfigRef<'a> = ( |
| 22 | Option<&'a HashMap<String, f32>>, |
nothing calls this directly
no outgoing calls
no test coverage detected