Skip to main content

incoming_attribution

Function incoming_attribution 

Source
pub fn incoming_attribution(
    state: &ScoredState,
) -> FxHashMap<FragmentId, Vec<(String, String, f64)>>
Expand description

Per-fragment incoming relevance mass grouped by edge category, sorted by mass descending: (category, strongest_source_path, mass). Shared by the provenance dump and the locate renderer (#126) — one attribution pass, two consumers.