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

Method inOp

java/tests/src/main/java/tests/BaseTest.java:138–140  ·  view source on GitHub ↗
(Object a, Object b)

Source from the content-addressed store, hash-verified

136 }
137
138 public static boolean inOp(Object a, Object b) {
139 return Helpers.inOp(a, b);
140 }
141
142 public static int getIndexOf(Object a, Object b) {
143 return Helpers.getIndexOf(a, b);

Callers

nothing calls this directly

Calls 1

inOpMethod · 0.95

Tested by

no test coverage detected