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

Method getComponents

src/main/java/pascal/taie/util/graph/SCC.java:49–51  ·  view source on GitHub ↗

@return the list of the strongly-connected components

()

Source from the content-addressed store, hash-verified

47 * @return the list of the strongly-connected components
48 */
49 public List<List<N>> getComponents() {
50 return componentList;
51 }
52
53 /**
54 * @return the list of the strongly-connected components, but only those

Callers 2

testSCCMethod · 0.95
initMethod · 0.95

Calls

no outgoing calls

Tested by 1

testSCCMethod · 0.76