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

Method getRef

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

Source from the content-addressed store, hash-verified

177
178
179 public static RefValue getRef(String ref) {
180 return getRef(ref, true);
181 }
182
183 /**
184 * dereference it recursively for content ref: <refname>

Callers 8

commitMethod · 0.95
existBranchMethod · 0.95
pushMethod · 0.95
runMethod · 0.95
runMethod · 0.95
iteratorRefsMethod · 0.95
getIdMethod · 0.95
getBranchNameMethod · 0.95

Calls 1

getRefInternalMethod · 0.95

Tested by

no test coverage detected