parse_name_value

Function parse_name_value 

Source
fn parse_name_value(line: &str, name: &str) -> Option<String>
Expand description

Split off from the main parse_name_value_directive, so that improvements to directive handling aren’t held back by debuginfo test commands.