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

Method stopModules

ZezeJava/ZezexJava/linkd/src/Zezex/App.java:218–226  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

216 }
217
218 public void stopModules() throws Exception {
219 lock();
220 try {
221 if (Zezex_Linkd != null)
222 Zezex_Linkd.Stop(this);
223 } finally {
224 unlock();
225 }
226 }
227
228 public void stopBeforeModules() throws Exception {
229 lock();

Callers 1

StopMethod · 0.95

Calls 3

lockMethod · 0.65
unlockMethod · 0.65
StopMethod · 0.45

Tested by

no test coverage detected