MCPcopy Create free account
hub / github.com/Proryanator/encoder-benchmark / is_encoder_supported

Function is_encoder_supported

cli/src/supported.rs:25–27  ·  view source on GitHub ↗
(potential_encoder: &String)

Source from the content-addressed store, hash-verified

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

Callers 1

standard_cli_checkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected