Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MeigenChou/DCTimer-Android
/ rotateTop
Method
rotateTop
app/src/main/java/solver/Sq1Shape.java:33–35 ·
view source on GitHub ↗
(int idx)
Source
from the content-addressed store, hash-verified
31
}
32
33
private
static
int
rotateTop(
int
idx) {
34
return
(getBottom(idx) << 12) | rotate(getTop(idx));
35
}
36
37
private
static
int
rotateBottom(
int
idx) {
38
return
(rotate(getBottom(idx)) << 12) | getTop(idx);
Callers
5
applyMove
Method · 0.95
initf
Method · 0.95
initt
Method · 0.95
searchTws
Method · 0.95
solveTrn
Method · 0.95
Calls
3
getBottom
Method · 0.95
rotate
Method · 0.95
getTop
Method · 0.95
Tested by
no test coverage detected