Skip to main content

build_dependency_graph

Function build_dependency_graph 

Source
pub fn build_dependency_graph(
    formula_cells: &[(CellCoord, String)],
) -> Result<HashMap<CellCoord, Vec<CellCoord>>>
Expand description

Build a dependency graph from formula cells. Returns a map from each formula cell to the cells it depends on.