MCPcopy
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

checkProxySettingsMethod · 0.95
checkWsProxySettingsMethod · 0.95
filterByLimitMethod · 0.95
filterBySinceLimitMethod · 0.95
isEmptyStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected