MCPcopy Index your code
hub / github.com/antlr/codebuff / outDegree

Method outDegree

output/java_guava/1.4.17/AbstractGraph.java:44–48  ·  view source on GitHub ↗
(Object node)

Source from the content-addressed store, hash-verified

42 }
43
44 @Override
45 public int outDegree(Object node) {
46 // only works for non-multigraphs; multigraphs not yet supported
47 return successors(node).size();
48 }
49
50 @Override
51 public boolean equals(@Nullable Object object) {

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.65
successorsMethod · 0.65

Tested by

no test coverage detected