MCPcopy Create free account
hub / github.com/apple/foundationdb / getOutNeighbors

Method getOutNeighbors

recipes/java-recipes/MicroGraph.java:74–76  ·  view source on GitHub ↗
(TransactionContext tcx, final String node)

Source from the content-addressed store, hash-verified

72 }
73
74 public static ArrayList<String> getOutNeighbors(TransactionContext tcx, final String node){
75 return getNeighbors(tcx, node, edge);
76 }
77
78 public static ArrayList<String> getInNeighbors(TransactionContext tcx, final String node){
79 return getNeighbors(tcx, node, inverse);

Callers 1

smokeTestMethod · 0.95

Calls 1

getNeighborsMethod · 0.95

Tested by

no test coverage detected