MCPcopy
hub / github.com/ccxt/ccxt / getValue

Method getValue

java/tests/src/main/java/tests/BaseTest.java:134–136  ·  view source on GitHub ↗
(Object a, Object b)

Source from the content-addressed store, hash-verified

132 }
133
134 public static Object getValue(Object a, Object b) {
135 return Helpers.GetValue(a, b);
136 }
137
138 public static boolean inOp(Object a, Object b) {
139 return Helpers.inOp(a, b);

Callers 2

setCredentialsMethod · 0.45
equalsMethod · 0.45

Calls 1

GetValueMethod · 0.95

Tested by

no test coverage detected