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

Method start

ZezeJava/ZezeJava/src/main/java/Zeze/Dbh2/Master/Main.java:32–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30 }
31
32 public void start() throws Exception {
33 service.start();
34 ShutdownHook.add(this, this::stop);
35 }
36
37 public void stop() throws Exception {
38 ShutdownHook.remove(this);

Callers 1

mainMethod · 0.95

Calls 2

addMethod · 0.95
startMethod · 0.65

Tested by

no test coverage detected