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

Method fatalExit

ZezeJava/ZezeJava/src/main/java/Zeze/Services/Daemon.java:150–154  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

148 }
149
150 private static void fatalExit() {
151 subprocess.destroy();
152 LogManager.shutdown();
153 Runtime.getRuntime().halt(-1);
154 }
155
156 private static void joinMonitors() throws InterruptedException {
157 for (var monitor : monitors)

Callers 2

mainRunMethod · 0.95
runMethod · 0.80

Calls 3

haltMethod · 0.80
destroyMethod · 0.45
shutdownMethod · 0.45

Tested by

no test coverage detected