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

Function is_dev

cli/src/cli_util.rs:12–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10use crate::supported::{get_supported_encoders, get_supported_inputs, is_encoder_supported};
11
12pub fn is_dev() -> bool {
13 let args: Vec<String> = env::args().collect();
14 return args[0].contains("target");
15}
16
17pub fn get_video_files(source_file_directory: &String) -> Vec<String> {
18 let locale = if !source_file_directory.is_empty() {

Callers 2

get_input_filesFunction · 0.85
get_video_filesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected