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

Method startService

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

Source from the content-addressed store, hash-verified

331 }
332
333 public void startService() throws Exception {
334 lock();
335 try {
336 Server.start();
337 ServerDirect.start();
338 } finally {
339 unlock();
340 }
341 }
342
343 public void stopService() throws Exception {
344 lock();

Callers 1

StartMethod · 0.95

Calls 3

lockMethod · 0.65
startMethod · 0.65
unlockMethod · 0.65

Tested by

no test coverage detected