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

Class VoiceLength

src/config/voice.rs:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 pub(crate) fn find(&self, name: &str) -> Option<&HashMap<String, Duration>> {
22 self.voice_length.get(name)
23 }
24}
25
26fn load_voice() -> VoiceLength {
27 let mut voice_length = HashMap::new();
28 for char in &ENGINE_CONFIG.character_name_list() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected