MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / main

Method main

src/main/java/Start.java:6–8  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

4
5public class Start {
6 public static void main(String[] args) {
7 Main.main(concat(new String[] {"--version", "mcp", "--accessToken", "0", "--assetsDir", "assets", "--assetIndex", "1.8", "--userProperties", "{}"}, args));
8 }
9
10 public static <T> T[] concat(T[] first, T[] second) {
11 T[] result = Arrays.copyOf(first, first.length + second.length);

Callers

nothing calls this directly

Calls 2

mainMethod · 0.95
concatMethod · 0.95

Tested by

no test coverage detected