MCPcopy Index your code
hub / github.com/ccxt/ccxt / getValue

Method getValue

java/lib/src/main/java/io/github/ccxt/Helpers.java:528–528  ·  view source on GitHub ↗
(Object a, Object b)

Source from the content-addressed store, hash-verified

526
527 // generic getValue to replace elementAccesses
528 public Object getValue(Object a, Object b) { return GetValue(a, b); }
529
530 public static Object GetValue(Object value2, Object key) {
531 if (value2 == null || key == null) return null;

Callers 15

initializePropertiesMethod · 0.45
clientMethod · 0.45
processResponseMethod · 0.45
applyMsgpackSchemaMethod · 0.45
packValueMethod · 0.45
MarginModesMethod · 0.45
CurrenciesMethod · 0.45
LastPricesMethod · 0.45
OpenInterestsMethod · 0.45
OrderBooksMethod · 0.45
TickersMethod · 0.45

Calls 1

GetValueMethod · 0.95

Tested by

no test coverage detected