MCPcopy
hub / github.com/ccxt/ccxt / getArg

Method getArg

java/lib/src/main/java/io/github/ccxt/Helpers.java:941–946  ·  view source on GitHub ↗
(Object[] v, int index, Object def)

Source from the content-addressed store, hash-verified

939 }
940
941 public static Object getArg(Object[] v, int index, Object def) {
942 if (v == null || v.length <= index) {
943 return def;
944 }
945 return v[index];
946 }
947
948
949 /**

Callers 15

loadMarketsMethod · 0.95
safeBoolNMethod · 0.95
safeBool2Method · 0.95
safeBoolMethod · 0.95
safeDictNMethod · 0.95
safeDictMethod · 0.95
safeDict2Method · 0.95
safeListNMethod · 0.95
safeList2Method · 0.95
safeListMethod · 0.95
handleDeltasWithKeysMethod · 0.95
findTimeframeMethod · 0.95

Calls

no outgoing calls

Tested by 15

AssertStructureMethod · 0.76
AssertTimestampMethod · 0.76
AssertCurrencyCodeMethod · 0.76
AssertSymbolMethod · 0.76
AssertGreaterMethod · 0.76
AssertGreaterOrEqualMethod · 0.76
AssertLessMethod · 0.76
AssertLessOrEqualMethod · 0.76
AssertEqualMethod · 0.76
AssertNonEqualMethod · 0.76