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

Class LengthWrapper

src/config/voice.rs:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16pub(crate) struct VoiceLength {
17 voice_length: HashMap<String, HashMap<String, Duration>>,
18}
19
20impl VoiceLength {
21 pub(crate) fn find(&self, name: &str) -> Option<&HashMap<String, Duration>> {
22 self.voice_length.get(name)
23 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected