MCPcopy Index your code
hub / github.com/apache/groovy / main

Method main

benchmark/bench/prodcons.java:83–87  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

81 }
82
83 public static void main(String[] args) {
84 int count = 1;
85 try { count = Integer.parseInt(args[0]); } catch (Exception e) { }
86 new prodcons(count).run();
87 }
88
89 private Producer m_producer;
90 private Consumer m_consumer;

Callers

nothing calls this directly

Calls 2

parseIntMethod · 0.80
runMethod · 0.65

Tested by

no test coverage detected