Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ getTopOverlay
Method
getTopOverlay
forge-gui-mobile/src/forge/toolbox/FOverlay.java:36–41 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
}
35
36
public
static
FOverlay getTopOverlay() {
37
if
(overlays.isEmpty()) {
38
return
null;
39
}
40
return
overlays.peek();
41
}
42
43
public
static
Iterable<FOverlay> getOverlays() {
44
return
overlays;
Callers
7
showMenu
Method · 0.95
keyDown
Method · 0.95
keyUp
Method · 0.95
touchDown
Method · 0.95
translateAxis
Method · 0.95
translateButtons
Method · 0.95
getContainer
Method · 0.95
Calls
2
isEmpty
Method · 0.65
peek
Method · 0.45
Tested by
no test coverage detected