Check if the edge is currently valid (i.e., not deleted) Returns: bool:
(&self)
| 216 | /// Returns: |
| 217 | /// bool: |
| 218 | pub fn is_valid(&self) -> bool { |
| 219 | self.edge.is_valid() |
| 220 | } |
| 221 | |
| 222 | /// Check if the edge is currently active (has at least one update within this period). |
| 223 | /// Returns: |
no outgoing calls