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

Method call

src/main/java/club/qqtim/command/WriteTree.java:34–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32public class WriteTree implements Callable<String> {
33
34 @Override
35 public String call() {
36 return writeTree();
37 }
38
39 /**
40 * init the indexAsTree to visual tree

Callers 1

commitMethod · 0.95

Calls 1

writeTreeMethod · 0.95

Tested by

no test coverage detected