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

Method main

ZezeJava/ZezexJava/linkd/src/Program.java:4–11  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

2
3public class Program {
4 public synchronized static void main(String[] args) throws Exception {
5 App.getInstance().Start(args);
6 try {
7 Program.class.wait();
8 } finally {
9 App.getInstance().Stop();
10 }
11 }
12}

Callers

nothing calls this directly

Calls 3

getInstanceMethod · 0.95
StartMethod · 0.45
StopMethod · 0.45

Tested by

no test coverage detected