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

Method startService

ZezeJava/ZezeJavaTest/src/demo/App.java:379–386  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

377 }
378
379 public void startService() throws Exception {
380 lock();
381 try {
382 TestServer.start();
383 } finally {
384 unlock();
385 }
386 }
387
388 public void stopService() throws Exception {
389 lock();

Callers 1

StartMethod · 0.95

Calls 3

startMethod · 0.95
lockMethod · 0.65
unlockMethod · 0.65

Tested by

no test coverage detected