MCPcopy 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

getParamsFromArgsMethod · 0.45
ioDirReadMethod · 0.45
getTestFilesHelperMethod · 0.45
callMethodMethod · 0.45
testTickerMethod · 0.45
testCurrencyMethod · 0.45
testMarketMethod · 0.45
concatMethod · 0.45
testOptionsNetworksMethod · 0.45
importFilesMethod · 0.45
runTestsMethod · 0.45

Calls 1

addMethod · 0.95

Tested by

no test coverage detected