Skip to main content

match_arg_skip_set

Function match_arg_skip_set 

Source
pub(crate) fn match_arg_skip_set(
    per_param: &HashMap<String, ParamAttrs>,
) -> HashSet<String>
Expand description

Rust-side parameter names that are validated by R’s match.arg() and therefore don’t need stopifnot() preconditions generated for them. Shared by MethodContext and TraitMethodContext.