Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
loadMarkets
Method · 0.95
safeBoolN
Method · 0.95
safeBool2
Method · 0.95
safeBool
Method · 0.95
safeDictN
Method · 0.95
safeDict
Method · 0.95
safeDict2
Method · 0.95
safeListN
Method · 0.95
safeList2
Method · 0.95
safeList
Method · 0.95
handleDeltasWithKeys
Method · 0.95
findTimeframe
Method · 0.95
Calls
no outgoing calls
Tested by
15
AssertStructure
Method · 0.76
AssertTimestamp
Method · 0.76
AssertTimestampAndDatetime
Method · 0.76
AssertCurrencyCode
Method · 0.76
AssertValidCurrencyIdAndCode
Method · 0.76
AssertSymbol
Method · 0.76
AssertGreater
Method · 0.76
AssertGreaterOrEqual
Method · 0.76
AssertLess
Method · 0.76
AssertLessOrEqual
Method · 0.76
AssertEqual
Method · 0.76
AssertNonEqual
Method · 0.76