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

Method getNodes

src/main/java/pascal/taie/util/graph/Graph.java:103–103  ·  view source on GitHub ↗

@return all nodes of this graph.

()

Source from the content-addressed store, hash-verified

101 * @return all nodes of this graph.
102 */
103 Set<N> getNodes();
104
105 /**
106 * @return the number of the nodes in this graph.

Callers 11

computeSCCDirectModsMethod · 0.65
computeMethodModsMethod · 0.65
findNullDerefMethod · 0.65
getNodesMethod · 0.65
ZipperMethod · 0.65
computeAllocateesMethod · 0.65
getAllocateesMethod · 0.65
getNodesMethod · 0.65
findDominatorsMethod · 0.65
TopologicalSorterMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected