Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MeigenChou/DCTimer-Android
/ FullCube
Method
FullCube
app/src/main/java/cs/threephase/FullCube.java:80–84 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
78
}
79
80
public
FullCube() {
81
edge =
new
EdgeCube();
82
center =
new
CenterCube();
83
corner =
new
CornerCube();
84
}
85
86
public
FullCube(FullCube c) {
87
this();
Callers
nothing calls this directly
Calls
2
copy
Method · 0.95
doMove
Method · 0.95
Tested by
no test coverage detected