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

Method init

src/main/java/club/qqtim/context/ZitContext.java:296–300  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

294 }
295
296 public static void init() {
297 initRoot();
298 initIndex();
299 initObjects();
300 }
301
302 private static void initIndex() {
303 FileUtil.createFile("{}".getBytes(StandardCharsets.UTF_8), ConstantVal.INDEX);

Callers 1

runMethod · 0.95

Calls 3

initRootMethod · 0.95
initIndexMethod · 0.95
initObjectsMethod · 0.95

Tested by

no test coverage detected