handle_report_pool_window_added

Function handle_report_pool_window_added 

Source
pub(super) fn handle_report_pool_window_added(
    state: &mut State,
    label: String,
    saga_id: Option<u64>,
) -> Vec<Event>
Expand description

Phase B.4 follow-up — record pool inventory growth. Idempotent on duplicate labels (HashSet semantics) but the event still fires so subscribers can track add-attempts even if redundant.