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

Method run

src/main/java/club/qqtim/command/Reset.java:24–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22 private String commit;
23
24 @Override
25 public void run() {
26 ZitContext.updateRef(ConstantVal.HEAD, new RefValue(false, commit));
27 }
28}

Callers

nothing calls this directly

Calls 1

updateRefMethod · 0.95

Tested by

no test coverage detected