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

Method run

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

Source from the content-addressed store, hash-verified

36 private String hash;
37
38 @Override
39 public void run() {
40 readTree(hash);
41 }
42
43
44 public static List<ZitObject> iteratorTreeEntries(String treeId) {

Callers

nothing calls this directly

Calls 1

readTreeMethod · 0.95

Tested by

no test coverage detected