(&self)
| 80 | } |
| 81 | |
| 82 | fn node_count(&self) -> usize { |
| 83 | self.inner.graph.node_count() |
| 84 | } |
| 85 | |
| 86 | /// Set graph-level metadata key to a boolean value |
| 87 | /// Exposes core graph.set_metadata for Python tests and configuration |
no outgoing calls
no test coverage detected