Returns `true` if the graph has no nodes.
(&self)
| 264 | |
| 265 | /// Returns `true` if the graph has no nodes. |
| 266 | pub fn is_empty(&self) -> bool { |
| 267 | self.nodes.is_empty() |
| 268 | } |
| 269 | |
| 270 | /// The file path where this graph would be persisted. |
| 271 | pub fn graph_path(session_dir: &Path) -> PathBuf { |
no outgoing calls
no test coverage detected