Struct swc_graph_analyzer::GraphAnalyzer
source · pub struct GraphAnalyzer<G>where
G: DepGraph,{ /* private fields */ }
Expand description
Utility to detect cycles in a dependency graph.
pub struct GraphAnalyzer<G>where
G: DepGraph,{ /* private fields */ }
Utility to detect cycles in a dependency graph.