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

Method destroyServices

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

Source from the content-addressed store, hash-verified

284 }
285
286 public void destroyServices() {
287 lock();
288 try {
289 TestServer = null;
290 } finally {
291 unlock();
292 }
293 }
294
295 public void destroyZeze() {
296 lock();

Callers 1

StopMethod · 0.95

Calls 2

lockMethod · 0.65
unlockMethod · 0.65

Tested by

no test coverage detected