Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/codecov/example-java-gradle
/ subtract
Method
subtract
src/main/java/calculator/Calculator.java:8–10 ·
view source on GitHub ↗
(double x, double y)
Source
from the content-addressed store, hash-verified
6
}
7
8
public
static
double subtract(double x, double y) {
9
return
x - y;
10
}
11
12
public
static
double multiply(double x, double y) {
13
return
x * y;
Callers
1
testSubtract
Method · 0.95
Calls
no outgoing calls
Tested by
1
testSubtract
Method · 0.76