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

Method getCacheIndex

java/lib/src/main/java/io/github/ccxt/Exchange.java:4273–4277  ·  view source on GitHub ↗
(Object orderbook, Object deltas)

Source from the content-addressed store, hash-verified

4271 }
4272
4273 public Object getCacheIndex(Object orderbook, Object deltas)
4274 {
4275 // return the first index of the cache that can be applied to the orderbook or -1 if not possible.
4276 return Helpers.opNeg(1);
4277 }
4278
4279 public Object arraysConcat(Object arraysOfArrays)
4280 {

Callers 1

loadOrderBookMethod · 0.95

Calls 1

opNegMethod · 0.95

Tested by

no test coverage detected