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

Method iteratorRefs

src/main/java/club/qqtim/context/ZitContext.java:126–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124
125
126 public static List<RefObject> iteratorRefs() {
127 return iteratorRefs(ConstantVal.EMPTY, true);
128 }
129
130 public static List<RefObject> iteratorRefs(String prefix) {
131 return iteratorRefs(prefix, true);

Callers 4

iteratorBranchNamesMethod · 0.95
getRemoteRefsMethod · 0.95
callMethod · 0.95
runMethod · 0.95

Calls 3

walkMethod · 0.95
getRefMethod · 0.95
toStringMethod · 0.45

Tested by

no test coverage detected