(&self, name: &str)
| 26 | fn load_voice() -> VoiceLength { |
| 27 | let mut voice_length = HashMap::new(); |
| 28 | for char in &ENGINE_CONFIG.character_name_list() { |
| 29 | let content = fs::read_to_string(format!( |
| 30 | "{}{}/length.toml", |
| 31 | ENGINE_CONFIG.voice_path(), |
| 32 | char |
| 33 | )) |
no outgoing calls
no test coverage detected