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

Method move

app/src/main/java/cs/threephase/FullCube.java:211–214  ·  view source on GitHub ↗
(int m)

Source from the content-addressed store, hash-verified

209 int sym = 0;
210
211 void move(int m) {
212 moveBuffer[moveLength++] = (byte)m;
213 return;
214 }
215
216 void doMove(int m) {
217 getEdge().move(m);

Callers 5

searchMethod · 0.95
doMoveMethod · 0.45
getEdgeMethod · 0.45
getCenterMethod · 0.45
getCornerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected