fn unique_source_parent<'a>(
graph: &'a SymbolGraph,
symbol_index: &GraphSymbolIndex<'_>,
source_name: &str,
control: &IndexWorkControl,
) -> Result<Option<&'a str>, CliError>Expand description
Return one unambiguous containing scope for the parser relation source.