pub fn collect_affected_ids(
events: &[MutationEvent],
registry: &SymbolRegistry,
) -> Vec<SymbolId>Expand description
Extract affected symbol IDs from mutation events.
Returns IDs of symbols that were modified, added, or renamed. These IDs are used to trigger incremental graph updates.