pub fn save_reactflow_json(
ir: &[HydroRoot],
process_names: Vec<(usize, String)>,
cluster_names: Vec<(usize, String)>,
external_names: Vec<(usize, String)>,
filename: &str,
) -> Result<PathBuf, Box<dyn Error>>
Expand description
Save ReactFlow JSON to file using the consolidated debug utilities