Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
public
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
commit
Method · 0.95
Calls
1
writeTree
Method · 0.95
Tested by
no test coverage detected