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

Method digit

benchmark/bench/pidigits.java:52–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50 }
51
52 public int digit(){
53 return z.extract(3);
54 }
55
56 public boolean isSafe(int digit){
57 return digit == z.extract(4);

Callers 1

nextMethod · 0.95

Calls 1

extractMethod · 0.80

Tested by

no test coverage detected