(byte[] value)
| 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){ |
no test coverage detected