public static StronglyConntectedComponents <NamespaceMetricsWithTypeMetrics> In(MutableGraph <NamespaceMetricsWithTypeMetrics> graph)
 {
     return(graph.Cycles());
 }
Example #2
0
 public static StronglyConntectedComponents<NamespaceMetricsWithTypeMetrics> In(MutableGraph<NamespaceMetricsWithTypeMetrics> graph)
 {
     return graph.Cycles();
 }