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

Method getExchangeProp

java/tests/src/main/java/tests/BaseTest.java:557–559  ·  view source on GitHub ↗
(Object exchange, Object prop)

Source from the content-addressed store, hash-verified

555 }
556
557 public static Object getExchangeProp(Object exchange, Object prop) {
558 return getExchangeProp(exchange, prop, null);
559 }
560
561 public static Object getExchangeProp(Object exchange, Object prop, Object defaultValue) {
562 if (exchange == null || !(prop instanceof String)) {

Callers 3

expandSettingsMethod · 0.80
startTestMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected