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

Method updateRef

src/main/java/club/qqtim/context/ZitContext.java:228–230  ·  view source on GitHub ↗
(String ref, RefValue refValue)

Source from the content-addressed store, hash-verified

226 }
227
228 public static void updateRef(String ref, RefValue refValue) {
229 updateRef(ref, refValue, true);
230 }
231
232 public static void updateRef(String ref, RefValue refValue, boolean dereference) {
233 // pick up the origin ref value

Callers 9

commitMethod · 0.95
runMethod · 0.95
createBranchMethod · 0.95
checkoutMethod · 0.95
pushMethod · 0.95
fetchMethod · 0.95
runMethod · 0.95
runMethod · 0.95
runMethod · 0.95

Calls 2

getRefInternalMethod · 0.95
createFileMethod · 0.95

Tested by

no test coverage detected