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

Method doHashObject

src/main/java/club/qqtim/command/HashObject.java:40–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38 }
39
40 private String doHashObject() {
41 byte[] fileContents = FileUtil.getFileAsBytes(file);
42 return hashObject(fileContents, this.type);
43 }
44
45 public static String hashObject(byte[] fileContents) {
46 return hashObject(fileContents, ConstantVal.BLOB);

Callers 1

callMethod · 0.95

Calls 2

getFileAsBytesMethod · 0.95
hashObjectMethod · 0.95

Tested by

no test coverage detected