Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
search
Method · 0.95
doMove
Method · 0.45
getEdge
Method · 0.45
getCenter
Method · 0.45
getCorner
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected