| 9 | |
| 10 | #[derive(Debug, Deserialize)] |
| 11 | struct LengthWrapper { |
| 12 | cast: HashMap<String, u64>, |
| 13 | } |
| 14 | |
| 15 | #[derive(Debug, Deserialize, Serialize)] |
| 16 | pub(crate) struct VoiceLength { |
| 17 | voice_length: HashMap<String, HashMap<String, Duration>>, |
| 18 | } |
nothing calls this directly
no outgoing calls
no test coverage detected