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

Method stopService

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

Source from the content-addressed store, hash-verified

341 }
342
343 public void stopService() throws Exception {
344 lock();
345 try {
346 if (Server != null)
347 Server.stop();
348 if (ServerDirect != null)
349 ServerDirect.stop();
350 } finally {
351 unlock();
352 }
353 }
354
355 public static void distributeHot(Zeze.Hot.Distribute distribute) throws Exception {
356 var hotModules = new java.util.HashSet<String>();

Callers 1

StopMethod · 0.95

Calls 3

lockMethod · 0.65
stopMethod · 0.65
unlockMethod · 0.65

Tested by

no test coverage detected