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

Method isLessThan

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

Source from the content-addressed store, hash-verified

148 }
149
150 public static boolean isLessThan(Object a, Object b) {
151 return Helpers.isLessThan(a, b);
152 }
153
154 public static boolean isGreaterThan(Object a, Object b) {
155 return Helpers.isGreaterThan(a, b);

Callers

nothing calls this directly

Calls 1

isLessThanMethod · 0.95

Tested by

no test coverage detected