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

Class Offset

src/config/figure.rs:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 offset_list: HashMap<String, f32>,
32}
33
34impl FigureConfig {
35 pub(crate) fn find(&self, name: &str) -> FigureConfigRef<'_> {
36 (
37 self.body_list.get(name),
38 self.face_list.get(name),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected