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

Method safeString

java/lib/src/main/java/io/github/ccxt/Exchange.java:987–989  ·  view source on GitHub ↗
(Object obj, Object key, Object... defaultValue)

Source from the content-addressed store, hash-verified

985
986 // SafeString / SafeStringN
987 public Object safeString(Object obj, Object key, Object... defaultValue) {
988 return SafeMethods.SafeString(obj, key, defaultValue);
989 }
990
991 public Object safeString2(Object obj, Object key1, Object key2, Object... defaultValue) {
992 return SafeMethods.safeString2(obj, key1, key2, defaultValue);

Callers 15

testBinaryToBase64Function · 0.95
testBase64ToBinaryFunction · 0.95
testSafeMethodsFunction · 0.95
loadLighterLibraryMethod · 0.95
safeNumberOmitZeroMethod · 0.95
featuresMapperMethod · 0.95
featureValueByTypeMethod · 0.95
safeLedgerEntryMethod · 0.95
safeCurrencyStructureMethod · 0.95

Calls 1

SafeStringMethod · 0.95

Tested by 15

testSafeMethodsMethod · 0.76
testTickerMethod · 0.36
testCurrencyMethod · 0.36
testMarketMethod · 0.36
testOHLCVMethod · 0.36
testLiquidationMethod · 0.36
testBalanceMethod · 0.36
testFetchCurrenciesMethod · 0.36