MCPcopy Create free account
hub / github.com/apache/groovy / main

Method main

benchmark/bench/raytracer.java:109–111  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

107 }
108 }
109 public static void main(String[] args) {
110 (new raytracer()).run(Integer.parseInt(args[0]), 6, 4);
111 }
112}

Callers

nothing calls this directly

Calls 2

parseIntMethod · 0.80
runMethod · 0.65

Tested by

no test coverage detected