MCPcopy Create free account
hub / github.com/LFYSec/MScan / SCC

Method SCC

src/main/java/pascal/taie/util/graph/SCC.java:41–44  ·  view source on GitHub ↗
(Graph<N> graph)

Source from the content-addressed store, hash-verified

39 private final List<List<N>> trueComponentList = new ArrayList<>();
40
41 public SCC(Graph<N> graph) {
42 compute(graph);
43 validate(graph, componentList);
44 }
45
46 /**
47 * @return the list of the strongly-connected components

Callers

nothing calls this directly

Calls 2

computeMethod · 0.95
validateMethod · 0.95

Tested by

no test coverage detected