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

Method startService

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

Source from the content-addressed store, hash-verified

236 }
237
238 public void startService() throws Exception {
239 lock();
240 try {
241 LinkdService.start();
242 ProviderService.start();
243 } finally {
244 unlock();
245 }
246 }
247
248 public void stopService() throws Exception {
249 lock();

Callers 1

StartMethod · 0.95

Calls 4

startMethod · 0.95
lockMethod · 0.65
startMethod · 0.65
unlockMethod · 0.65

Tested by

no test coverage detected