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

Class Length

src/config/voice.rs:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10#[derive(Debug, Deserialize)]
11struct LengthWrapper {
12 cast: HashMap<String, u64>,
13}
14
15#[derive(Debug, Deserialize, Serialize)]
16pub(crate) struct VoiceLength {
17 voice_length: HashMap<String, HashMap<String, Duration>>,
18}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected