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

Method deleteRef

src/main/java/club/qqtim/context/ZitContext.java:245–247  ·  view source on GitHub ↗
(String ref)

Source from the content-addressed store, hash-verified

243 }
244
245 public static void deleteRef(String ref) {
246 deleteRef(ref, true);
247 }
248
249 public static void deleteRef(String ref, boolean dereference) {
250 final RefObject refInternal = getRefInternal(ref, dereference);

Callers 1

commitMethod · 0.95

Calls 2

getRefInternalMethod · 0.95
deleteDirMethod · 0.95

Tested by

no test coverage detected