Function cwe_checker_lib::utils::arguments::get_variable_parameters
source · pub fn get_variable_parameters(
project: &Project,
pi_state: &State,
extern_symbol: &ExternSymbol,
format_string_index_map: &HashMap<String, usize>
) -> Result<Vec<Arg>, Error>
Expand description
Returns an argument vector of detected variable parameters.