fn relation_source<'a>(
owners: &GraphOwners,
entities: &'a BTreeMap<String, GraphEntity>,
symbol_index: &GraphSymbolIndex<'_>,
relation: &SymbolRelation,
) -> Result<&'a GraphEntity, CliError>Expand description
Resolve one parser relation’s unique local source entity when possible.