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

Method lo_function

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

Source from the content-addressed store, hash-verified

56 }
57
58 public static void lo_function(int n) throws Hi_Exception, Lo_Exception {
59 try {
60 blowup(n);
61 } catch (Lo_Exception e) {
62 Lo++;
63 }
64 }
65
66 public static void blowup(int n) throws Hi_Exception, Lo_Exception {
67 if ((n % 2) == 0) {

Callers 1

hi_functionMethod · 0.95

Calls 1

blowupMethod · 0.95

Tested by

no test coverage detected