MCPcopy Create free account
hub / github.com/ReZeroS/git / getObject

Method getObject

src/main/java/club/qqtim/context/ZitContext.java:314–316  ·  view source on GitHub ↗
(String hash)

Source from the content-addressed store, hash-verified

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;

Callers 3

getCommitMethod · 0.95
checkoutIndexMethod · 0.95

Calls 3

getFileByteSourceMethod · 0.95
errorMethod · 0.80
toStringMethod · 0.45

Tested by

no test coverage detected