MCPcopy Create free account
hub / github.com/MeigenChou/DCTimer-Android / scrambleWCA

Method scrambleWCA

app/src/main/java/solver/SkewbFCN.java:169–175  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

167 }
168
169 public static String scrambleWCA() {
170 String scr;
171 do {
172 scr = scramble(7);
173 } while (scr.equals("error"));
174 return scr;
175 }
176
177 /*
178 * 0 1

Callers

nothing calls this directly

Calls 2

scrambleMethod · 0.95
equalsMethod · 0.45

Tested by

no test coverage detected