Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ccxt/ccxt
/ add
Method
add
java/tests/src/main/java/tests/BaseTest.java:170–172 ·
view source on GitHub ↗
(Object a, Object b)
Source
from the content-addressed store, hash-verified
168
}
169
170
public
static
Object add(Object a, Object b) {
171
return
Helpers.add(a, b);
172
}
173
174
public
static
Object multiply(Object a, Object b) {
175
return
Helpers.multiply(a, b);
Callers
15
getParamsFromArgs
Method · 0.45
ioDirRead
Method · 0.45
getTestFilesHelper
Method · 0.45
callMethod
Method · 0.45
testTicker
Method · 0.45
testCurrency
Method · 0.45
testMarket
Method · 0.45
concat
Method · 0.45
testOptionsNetworks
Method · 0.45
checkIfSpecificTestIsChosen
Method · 0.45
importFiles
Method · 0.45
runTests
Method · 0.45
Calls
1
add
Method · 0.95
Tested by
no test coverage detected