(&self)
| 307 | /// Nodes: the nodes in the graph |
| 308 | #[getter] |
| 309 | pub fn nodes(&self) -> Nodes<'static, DynamicGraph> { |
| 310 | self.graph.nodes() |
| 311 | } |
| 312 | |
| 313 | /// Gets the edge with the specified source and destination nodes |
| 314 | /// |
no outgoing calls
no test coverage detected