Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ccxt/ccxt
/ valueIsDefined
Method
valueIsDefined
java/lib/src/main/java/io/github/ccxt/Exchange.java:1238–1240 ·
view source on GitHub ↗
(Object value)
Source
from the content-addressed store, hash-verified
1236
}
1237
1238
public
boolean valueIsDefined(Object value) {
1239
return
value != null;
1240
}
1241
1242
public
Object convertToBigInt(Object value) {
1243
if
(value == null) {
Callers
6
checkProxySettings
Method · 0.95
checkWsProxySettings
Method · 0.95
filterByLimit
Method · 0.95
filterBySinceLimit
Method · 0.95
filterByValueSinceLimit
Method · 0.95
isEmptyString
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected