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

Method getInNeighbors

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

Source from the content-addressed store, hash-verified

76 }
77
78 public static ArrayList<String> getInNeighbors(TransactionContext tcx, final String node){
79 return getNeighbors(tcx, node, inverse);
80 }
81
82 private static ArrayList<String> getNeighbors(TransactionContext tcx, final String node, final Subspace domain){
83 return tcx.run(new Function<Transaction,ArrayList<String> >(){

Callers 1

smokeTestMethod · 0.95

Calls 1

getNeighborsMethod · 0.95

Tested by

no test coverage detected