MCPcopy 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

initMethod · 0.95

Calls 1

mkdirMethod · 0.95

Tested by

no test coverage detected