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

Method safeStringUpper2

java/lib/src/main/java/io/github/ccxt/Exchange.java:1028–1030  ·  view source on GitHub ↗
(Object obj, Object key1, Object key2, Object... defaultValue)

Source from the content-addressed store, hash-verified

1026 }
1027
1028 public Object safeStringUpper2(Object obj, Object key1, Object key2, Object... defaultValue) {
1029 return SafeMethods.safeStringUpper2(obj, key1, key2, defaultValue);
1030 }
1031
1032 public Object safeStringUpperN(Object obj, Object keys, Object... defaultValue) {
1033 return SafeMethods.safeStringUpperN(obj, keys, defaultValue);

Callers 15

testSafeMethodsFunction · 0.95
testSafeMethodsFunction · 0.95
testSafeMethodsMethod · 0.95
createOrderRequestMethod · 0.45
fetchDepositAddressMethod · 0.45
parseOrderMethod · 0.45
withdrawMethod · 0.45
parseOrderMethod · 0.45
withdrawMethod · 0.45
parseTransferMethod · 0.45
parseOrderMethod · 0.45

Calls 1

safeStringUpper2Method · 0.95

Tested by 1

testSafeMethodsMethod · 0.76