MCPcopy Create free account
hub / github.com/HumbleUI/Skija / main

Method main

examples/kwinit/src_java/Main.java:16–19  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

14 public static boolean verbose = false;
15
16 public static void main(String[] args) throws Exception {
17 verbose = Arrays.stream(args).anyMatch("--verbose"::equals);
18 new Main().run();
19 }
20
21 public static void log(Object... msg) {
22 if (verbose)

Callers 1

mainFunction · 0.45

Calls 1

runMethod · 0.45

Tested by

no test coverage detected