Skip to main content

match_event_channels

Function match_event_channels 

Source
pub fn match_event_channels(
    producers: &[DetectedEventCall],
    consumers: &[DetectedEventCall],
) -> Vec<(String, String, String, String, f64)>
Expand description

Match event producers to consumers on the same channel and protocol. Returns pairs of (producer_caller, consumer_caller, channel, protocol, confidence).