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

Method getOutDegreeOf

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

@return the number of out edges of the given node.

(N node)

Source from the content-addressed store, hash-verified

94 * @return the number of out edges of the given node.
95 */
96 default int getOutDegreeOf(N node) {
97 return getOutEdgesOf(node).size();
98 }
99

Callers 4

clearUnusedResultsMethod · 0.80
initializeBackwardMethod · 0.80
doSolveBackwardMethod · 0.80
TopologicalSorterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected