(&self)
| 152 | /// Check if the graph has no vertices. |
| 153 | #[inline] |
| 154 | pub fn is_empty(&self) -> bool { |
| 155 | self.vertices.is_empty() |
| 156 | } |
| 157 | |
| 158 | /// Get the total bytes of content across all vertices. |
| 159 | /// |
no outgoing calls
no test coverage detected