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

Method toFaceCube

app/src/main/java/cs/min2phase/Util.java:208–210  ·  view source on GitHub ↗
(CubieCube cc)

Source from the content-addressed store, hash-verified

206 }
207
208 public static String toFaceCube(CubieCube cc) {
209 return cc.toFaceCube(cornerFacelet, edgeFacelet);
210 }
211
212 static int binarySearch(char[] arr, int key) {
213 int length = arr.length;

Callers 4

applyMoveMethod · 0.95
randomStateMethod · 0.95
superFlipMethod · 0.95
fromScrambleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected