Skip to main content

parse_profile_list

Function parse_profile_list 

Source
fn parse_profile_list(
    file: &SourceFile,
    profile_name: &str,
    key_name: &str,
    value: Value,
    value_span: Range<usize>,
    config_span: Span,
    errors: &mut Vec<ConfError>,
) -> Vec<DisallowedPath>