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

Method stopService

ZezeJava/ZezexJava/client/src/ClientGame/App.java:292–300  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

290 }
291
292 public void stopService() throws Exception {
293 lock();
294 try {
295 if (ClientService != null)
296 ClientService.stop();
297 } finally {
298 unlock();
299 }
300 }
301 // ZEZE_FILE_CHUNK }}} GEN APP @formatter:on
302}

Callers 1

StopMethod · 0.95

Calls 3

lockMethod · 0.65
stopMethod · 0.65
unlockMethod · 0.65

Tested by

no test coverage detected