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

Method getDoc

recipes/java-recipes/MicroDoc.java:168–170  ·  view source on GitHub ↗
(TransactionContext tcx, final Object ID)

Source from the content-addressed store, hash-verified

166 }
167
168 public static Object getDoc(TransactionContext tcx, final Object ID){
169 return getDoc(tcx, ID, Tuple.from());
170 }
171
172 public static Object getDoc(TransactionContext tcx, final Object ID, final Tuple prefix){
173 return tcx.run(new Function<Transaction,Object>() {

Callers 1

smokeTestMethod · 0.95

Calls 2

fromMethod · 0.95
runMethod · 0.65

Tested by

no test coverage detected