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

Method copy

app/src/main/java/cs/sq12phase/FullCube.java:53–59  ·  view source on GitHub ↗
(FullCube c)

Source from the content-addressed store, hash-verified

51 }
52
53 void copy(FullCube c) {
54 this.ul = c.ul;
55 this.ur = c.ur;
56 this.dl = c.dl;
57 this.dr = c.dr;
58 this.ml = c.ml;
59 }
60
61 /**
62 * @param move

Callers 2

isSolvedInPhase1Method · 0.45
init2Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected