MCPcopy Index your code
hub / github.com/VolmitSoftware/Adapt / stop

Method stop

src/main/java/com/volmit/adapt/Adapt.java:157–162  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

155
156
157 @Override
158 public void stop() {
159 sqlManager.closeConnection();
160 stopSim();
161 protectorRegistry.unregisterAll();
162 }
163
164 private void startupPrint() {
165 if (!AdaptConfig.get().isSplashScreen()) {

Callers

nothing calls this directly

Calls 3

stopSimMethod · 0.95
closeConnectionMethod · 0.80
unregisterAllMethod · 0.45

Tested by

no test coverage detected