Skip to main content

collect_affected_ids

Function collect_affected_ids 

Source
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.