pub fn hydro_ir_to_reactflow(
ir: &[HydroRoot],
process_names: Vec<(usize, String)>,
cluster_names: Vec<(usize, String)>,
external_names: Vec<(usize, String)>,
) -> Result<String, Box<dyn Error>>
Expand description
Create ReactFlow JSON from Hydro IR with type names