Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReZeroS/git
/ initRoot
Method
initRoot
src/main/java/club/qqtim/context/ZitContext.java:306–308 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
304
}
305
306
private
static
void
initRoot() {
307
FileUtil.mkdir(ConstantVal.ZIT_DIR);
308
}
309
310
private
static
void
initObjects() {
311
FileUtil.mkdir(ConstantVal.OBJECTS_DIR);
Callers
1
init
Method · 0.95
Calls
1
mkdir
Method · 0.95
Tested by
no test coverage detected