Check if the edge is currently active (has at least one update within this period). Returns: bool:
(&self)
| 223 | /// Returns: |
| 224 | /// bool: |
| 225 | pub fn is_active(&self) -> bool { |
| 226 | self.edge.is_active() |
| 227 | } |
| 228 | |
| 229 | /// Check if the edge is currently deleted |
| 230 | /// Returns: |
no outgoing calls