(potential_encoder: &String)
| 23 | ]; |
| 24 | |
| 25 | pub fn is_encoder_supported(potential_encoder: &String) -> bool { |
| 26 | return SUPPORTED_ENCODERS.contains(&potential_encoder.as_str()); |
| 27 | } |
| 28 | |
| 29 | pub fn get_supported_encoders() -> [&'static str; 10] { |
| 30 | return SUPPORTED_ENCODERS; |
no outgoing calls
no test coverage detected