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

Method run

src/main/java/club/qqtim/command/Tag.java:31–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29
30
31 @Override
32 public void run() {
33 if (id != null) {
34 String tag = String.format(BASE_REFS_TAGS_PATH, name);
35 ZitContext.updateRef(tag, new RefValue(false, id));
36 }
37 }
38}

Callers

nothing calls this directly

Calls 1

updateRefMethod · 0.95

Tested by

no test coverage detected