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

Method getRefInternal

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

Source from the content-addressed store, hash-verified

191 }
192
193 private static RefObject getRefInternal(String ref) {
194 return getRefInternal(ref, true);
195 }
196
197 /**
198 * 1. if ref not exist, return refObject: {refName:ref, refValue: {falseSymbolic, null}}

Callers 3

getRefMethod · 0.95
updateRefMethod · 0.95
deleteRefMethod · 0.95

Calls 1

readFileFirstLineMethod · 0.95

Tested by

no test coverage detected