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

Method some_function

benchmark/bench/except.java:42–48  ·  view source on GitHub ↗
(int n)

Source from the content-addressed store, hash-verified

40 }
41
42 public static void some_function(int n) {
43 try {
44 hi_function(n);
45 } catch (Exception e) {
46 System.out.println("We shouldn't get here: " + e);
47 }
48 }
49
50 public static void hi_function(int n) throws Hi_Exception, Lo_Exception {
51 try {

Callers 1

mainMethod · 0.95

Calls 2

hi_functionMethod · 0.95
printlnMethod · 0.45

Tested by

no test coverage detected