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

Method hi_function

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

Source from the content-addressed store, hash-verified

48 }
49
50 public static void hi_function(int n) throws Hi_Exception, Lo_Exception {
51 try {
52 lo_function(n);
53 } catch (Hi_Exception e) {
54 Hi++;
55 }
56 }
57
58 public static void lo_function(int n) throws Hi_Exception, Lo_Exception {
59 try {

Callers 1

some_functionMethod · 0.95

Calls 1

lo_functionMethod · 0.95

Tested by

no test coverage detected