is_network_edge

Function is_network_edge 

Source
pub fn is_network_edge(
    src_location: &LocationId,
    dst_location: &LocationId,
) -> bool
Available on crate feature viz only.
Expand description

Detect if an edge crosses network boundaries by comparing source and destination locations. Returns true if the edge represents network communication between different locations.