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

Method startModules

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

Source from the content-addressed store, hash-verified

197 }
198
199 public void startModules() throws Exception {
200 lock();
201 try {
202 Zezex_Linkd.Start(this);
203 } finally {
204 unlock();
205 }
206 }
207
208 @Override
209 public void startLastModules() throws Exception {

Callers 1

StartMethod · 0.95

Calls 3

lockMethod · 0.65
unlockMethod · 0.65
StartMethod · 0.45

Tested by

no test coverage detected