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

Class FigureRead

src/config/figure.rs:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 (
37 self.body_list.get(name),
38 self.face_list.get(name),
39 self.offset_list.get(name),
40 )
41 }
42}
43
44fn load_figure() -> FigureConfig {
45 let mut body_list = HashMap::new();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected