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

Method find

src/config/figure.rs:58–64  ·  view source on GitHub ↗
(&self, name: &str)

Source from the content-addressed store, hash-verified

56 let item: FigureRead = toml::from_str(&content).unwrap();
57 face_list.insert(char.to_string(), item.face);
58 body_list.insert(char.to_string(), item.body);
59 offset_list.insert(char.to_string(), item.offset.offset);
60 }
61
62 FigureConfig {
63 body_list,
64 face_list,
65 offset_list,
66 }
67}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected