Skip to main content

partition_graph

Function partition_graph 

Source
pub fn partition_graph(flat_graph: DfirGraph) -> Result<DfirGraph, Diagnostic>
Expand description

Main method for this module. Partitions a flat DfirGraph into one with subgraphs.

Returns an error if an intra-tick cycle exists in the graph.