MCPcopy
hub / github.com/Col-E/Recaf / exit

Method exit

src/main/java/me/coley/recaf/control/Controller.java:191–201  ·  view source on GitHub ↗

Close Recaf.

()

Source from the content-addressed store, hash-verified

189 * Close Recaf.
190 */
191 public void exit() {
192 info("Shutting down");
193 PluginsManager.getInstance()
194 .ofType(ExitPlugin.class)
195 .forEach(plugin -> plugin.onExit(this));
196 config().save();
197 ThreadUtil.shutdown();
198 if (!InstrumentationResource.isActive()) {
199 System.exit(0);
200 }
201 }
202}

Callers 5

callMethod · 0.80
startMethod · 0.80
attachMethod · 0.80
alertUserFailedInitMethod · 0.80

Calls 8

getInstanceMethod · 0.95
configMethod · 0.95
shutdownMethod · 0.95
isActiveMethod · 0.95
infoMethod · 0.80
ofTypeMethod · 0.80
onExitMethod · 0.65
saveMethod · 0.65

Tested by

no test coverage detected