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

Method stopBeforeModules

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

Source from the content-addressed store, hash-verified

226 }
227
228 public void stopBeforeModules() throws Exception {
229 lock();
230 try {
231 if (Zezex_Linkd != null)
232 Zezex_Linkd.StopBefore();
233 } finally {
234 unlock();
235 }
236 }
237
238 public void startService() throws Exception {
239 lock();

Callers

nothing calls this directly

Calls 3

lockMethod · 0.65
StopBeforeMethod · 0.65
unlockMethod · 0.65

Tested by

no test coverage detected