MCPcopy Create free account
hub / github.com/e2wugui/zeze / destroyModules

Method destroyModules

ZezeJava/ZezexJava/server/src/Game/App.java:238–251  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

236 }
237
238 public void destroyModules() throws Exception {
239 lock();
240 try {
241 Game_Rank = null;
242 Game_Map = null;
243 if (null != Zeze.getHotManager()) {
244 Zeze.getHotManager().destroyModules();
245 Zeze.setHotManager(null);
246 }
247 modules.clear();
248 } finally {
249 unlock();
250 }
251 }
252
253 public void destroyServices() {
254 lock();

Callers 1

StopMethod · 0.95

Calls 5

setHotManagerMethod · 0.80
lockMethod · 0.65
clearMethod · 0.65
unlockMethod · 0.65
getHotManagerMethod · 0.45

Tested by

no test coverage detected