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

Method destroyModules

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

Source from the content-addressed store, hash-verified

168 }
169
170 public void destroyModules() throws Exception {
171 lock();
172 try {
173 Zezex_Linkd = null;
174 modules.clear();
175 } finally {
176 unlock();
177 }
178 }
179
180 public void destroyServices() {
181 lock();

Callers 1

StopMethod · 0.95

Calls 3

lockMethod · 0.65
clearMethod · 0.65
unlockMethod · 0.65

Tested by

no test coverage detected