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

Method readTree

src/main/java/club/qqtim/command/ReadTree.java:84–86  ·  view source on GitHub ↗
(String id)

Source from the content-addressed store, hash-verified

82
83
84 public static void readTree(String id){
85 readTree(id, false);
86 }
87
88
89 /**

Callers 3

checkoutMethod · 0.95
runMethod · 0.95
runMethod · 0.95

Calls 3

getTreeMethod · 0.95
createFileMethod · 0.95
checkoutIndexMethod · 0.95

Tested by

no test coverage detected