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

Method call

src/main/java/club/qqtim/command/Commit.java:33–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31
32
33 @Override
34 public String call() {
35 return commit();
36 }
37
38 private String commit() {
39 // calc the commit message

Callers

nothing calls this directly

Calls 1

commitMethod · 0.95

Tested by

no test coverage detected