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

Method startService

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

Source from the content-addressed store, hash-verified

281 }
282
283 public void startService() throws Exception {
284 lock();
285 try {
286 ClientService.start();
287 } finally {
288 unlock();
289 }
290 }
291
292 public void stopService() throws Exception {
293 lock();

Callers 2

StartMethod · 0.95
Start2Method · 0.95

Calls 3

lockMethod · 0.65
startMethod · 0.65
unlockMethod · 0.65

Tested by

no test coverage detected