pub fn is_network_edge(
src_location: &LocationId,
dst_location: &LocationId,
) -> boolAvailable 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.