Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ run
Method
run
forge-gui-mobile/src/forge/GuiMobile.java:101–104 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
99
else
{
100
new
WaitRunnable() {
101
@Override
102
public
void
run() {
103
proc.run();
104
}
105
}.invokeAndWait();
106
}
107
}
Callers
nothing calls this directly
Calls
9
showMessageDialog
Method · 0.95
showOptionDialog
Method · 0.95
getImages
Method · 0.95
showInputDialog
Method · 0.95
getChoices
Method · 0.95
order
Method · 0.95
one
Method · 0.95
run
Method · 0.65
get
Method · 0.65
Tested by
no test coverage detected