MCPcopy Index your code
hub / github.com/codecov/example-java-gradle / add

Method add

src/main/java/calculator/Calculator.java:4–6  ·  view source on GitHub ↗
(double x, double y)

Source from the content-addressed store, hash-verified

2
3public class Calculator {
4 public static double add(double x, double y) {
5 return x + y;
6 }
7
8 public static double subtract(double x, double y) {
9 return x - y;

Callers 1

testAddMethod · 0.95

Calls

no outgoing calls

Tested by 1

testAddMethod · 0.76