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