Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Col-E/Recaf
/ run
Method
run
src/main/java/me/coley/recaf/control/gui/GuiController.java:42–47 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
}
41
42
@Override
43
public
void
run() {
44
windows.setMainWindow(MainWindow.get(this));
45
super.run();
46
PluginKeybinds.getInstance().setup();
47
}
48
49
50
/**
Callers
nothing calls this directly
Calls
5
get
Method · 0.95
getInstance
Method · 0.95
setMainWindow
Method · 0.80
run
Method · 0.65
setup
Method · 0.45
Tested by
no test coverage detected