MCPcopy
hub / github.com/ccxt/ccxt / deepEqual

Method deepEqual

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

Source from the content-addressed store, hash-verified

305 // Equal methods
306
307 public static Object deepEqual(Object a, Object b) {
308 return Helpers.isEqual(Functions.json(a), Functions.json(b));
309 }
310
311 public static void AssertDeepEqual(
312 Exchange exchange,

Callers 1

AssertDeepEqualMethod · 0.95

Calls 2

isEqualMethod · 0.95
jsonMethod · 0.95

Tested by

no test coverage detected