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

Method haltingCondition

recipes/java-recipes/MicroRange.java:41–43  ·  view source on GitHub ↗
(byte[] key, byte[] value)

Source from the content-addressed store, hash-verified

39 }
40
41 private static boolean haltingCondition(byte[] key, byte[] value){
42 return true;
43 }
44
45 public static void stopRangeSoon(TransactionContext tcx, final Range r){
46 tcx.run(new Function<Transaction,Void>() {

Callers 1

applyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected