MCPcopy Create free account
hub / github.com/RustOtomeLab/RustEng / FaceWrapper

Class FaceWrapper

src/config/figure.rs:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15struct FigureRead {
16 body: HashMap<String, f32>,
17 face: HashMap<String, (f32, f32)>,
18 offset: Offset,
19}
20
21type FigureConfigRef<'a> = (
22 Option<&'a HashMap<String, f32>>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected