(String hash)
| 312 | } |
| 313 | |
| 314 | public static byte[] getObject(String hash) { |
| 315 | return getObject(hash, ConstantVal.BLOB); |
| 316 | } |
| 317 | |
| 318 | public static byte[] getObject(String hash, String type) { |
| 319 | String path = ConstantVal.OBJECTS_DIR + "/" + hash; |
no test coverage detected