| 49 | let content = fs::read_to_string(format!( |
| 50 | "{}{}/{}.toml", |
| 51 | ENGINE_CONFIG.figure_path(), |
| 52 | char, |
| 53 | char |
| 54 | )) |
| 55 | .unwrap(); |
| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected