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

Method unpack

recipes/java-recipes/MicroTable.java:56–58  ·  view source on GitHub ↗
(byte[] value)

Source from the content-addressed store, hash-verified

54 }
55
56 private static Object unpack(byte[] value){
57 return Tuple.fromBytes(value).get(0);
58 }
59
60 public static void setCell(TransactionContext tcx, final String row,
61 final String column, final Object value){

Callers 15

applyMethod · 0.95
get_out_neighborsFunction · 0.45
get_in_neighborsFunction · 0.45
print_subspaceFunction · 0.45
get_docFunction · 0.45
next_countFunction · 0.45
last_indexFunction · 0.45
_unpackFunction · 0.45
table_get_rowFunction · 0.45
table_get_colFunction · 0.45
multi_subFunction · 0.45
multi_getFunction · 0.45

Calls 2

fromBytesMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected