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

Method main

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

Source from the content-addressed store, hash-verified

2
3public class StartLinkd {
4 public static synchronized void main(String [] args) throws Exception {
5 var linkd = new Zezex.App();
6 try {
7 linkd.Start(-1, 12000, 15000);
8 StartLinkd.class.wait();
9 } finally {
10 linkd.Stop();
11 }
12 }
13}

Callers

nothing calls this directly

Calls 2

StartMethod · 0.95
StopMethod · 0.95

Tested by

no test coverage detected