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

Method call

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

Source from the content-addressed store, hash-verified

33 private String type;
34
35 @Override
36 public String call() {
37 return doHashObject();
38 }
39
40 private String doHashObject() {
41 byte[] fileContents = FileUtil.getFileAsBytes(file);

Callers 1

addFileMethod · 0.95

Calls 1

doHashObjectMethod · 0.95

Tested by

no test coverage detected